Skip to content

Remote link doesn't work with symlinks #95

@subhog

Description

@subhog

I've got a folder /common/client in my repo, that's referenced via /service1/client/common symlink. When I open a file in the linking folder and run the copy_remote_url command, I get the url:

https://github.com/[org]/[repo]/blob/[branch]/service1/client/common/[file]`

This url yields a 404 error. The correct behavior would be to expand the symlink:

https://github.com/[org]/[repo]/blob/[branch]/common/client/[file]`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions