Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix example of URLMap in MarkdownOpts struct #7

Closed

Conversation

budougumi0617
Copy link

I changed comment URLMap in MarkdownOpts.
Usually, the package management tools(dep, glide etc) creates subdirectory named hostname under the vendor directory.

$ tree vendor -L  1
vendor
├── github.com
└── golang.org

But, the example of URLMap does not include hostname in PATH, I think correct mapping is github.com/my/package/vendor/github.com/go-chi/chi/.

I would appreciate it if you could check this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant