-
Notifications
You must be signed in to change notification settings - Fork 141
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 links in documentation #2142
Conversation
7fabd3c
to
fa256b8
Compare
@joshuahannan @satyamakgec It looks like two images in the tutorials are broken: https://github.com/onflow/cadence/pull/2142/checks?check_run_id=9514273337 |
@bthaile it looks like relative paths are not fully supported, |
Codecov Report
@@ Coverage Diff @@
## master #2142 +/- ##
==========================================
- Coverage 77.97% 77.68% -0.29%
==========================================
Files 306 308 +2
Lines 64018 64246 +228
==========================================
- Hits 49918 49910 -8
- Misses 12302 12600 +298
+ Partials 1798 1736 -62
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit c9429ea Collapsed results for better readability
|
I'm confused on how links should work. It has been stated that if the links work in github they should work on the portal.
I'm curious if the link was changed to work in github would it break on the dev portal? In docs/design-patterns.mdx file, change
If not there is a redirects section in the flow-docs.json where urls can be redirected. Line 44 in 8b67509
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trying ../
instead of ..
...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use full URLs instead
Description
The Developer Portal now requires relative paths or full URLs, absolute paths are not supported anymore.
This is checked by the new CI job, "Developer Portal Content Check".
master
branchFiles changed
in the Github PR explorer