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

Links in constants' docs are not resolved #119

Closed
ljedrz opened this issue Apr 29, 2017 · 3 comments
Closed

Links in constants' docs are not resolved #119

ljedrz opened this issue Apr 29, 2017 · 3 comments

Comments

@ljedrz
Copy link

ljedrz commented Apr 29, 2017

It appears that links in constants' docs are not resolved; the example below is correctly recognized as a link when created with cargo doc.

example

@onur
Copy link
Member

onur commented Apr 29, 2017

Ahh sorry ignore my first message please @ljedrz.

Looks like your link is wrong. The space between Reduction strategies is causing this problem:

/// The [evaluation order](https://en.wikipedia.org/wiki/Lambda_calculus#Reduction strategies)

Try to replace space with a %20 and it will work on next release.

@ljedrz
Copy link
Author

ljedrz commented Apr 30, 2017

I'll try that, thanks. I often do releases, so I'll be able to provide feedback soon.

@ljedrz
Copy link
Author

ljedrz commented Apr 30, 2017

I'm pretty sure your suggested fix would work, but in my case I actually had to use an underscore instead of a space and it worked nicely.

@ljedrz ljedrz closed this as completed Apr 30, 2017
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

No branches or pull requests

2 participants