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

Correct links with incorrect #named_anchor #260

Closed
mrjones-plip opened this issue Jul 30, 2020 · 0 comments · Fixed by #261
Closed

Correct links with incorrect #named_anchor #260

mrjones-plip opened this issue Jul 30, 2020 · 0 comments · Fixed by #261
Assignees

Comments

@mrjones-plip
Copy link
Contributor

mrjones-plip commented Jul 30, 2020

Issue

While working on #259 it was discovered that our docs have a lot links that are valid, but have an invalid named anchor in the URL (the part after the #).

While not critical to fix, we should either decide to keep these up to date (and thus break the build if they're bad) or decide to do something less. Less might be checking them less frequently? I'm open to ideas!

Results were found with:

time muffet -c 1 -t 15  -e ".*npmjs\.com.*" -e ".*google\.com.*" -e ".*docker\.com.*" -e "http://localhost:5984.*" -e "https://demo.app.medicmobile.org"  http://localhost:1313

Sample Result

http://YOUR_LOCAL_HUGO_INSTANCE/SPECIFIC/PAGE

Results - Special Fixes

http://localhost:1313/contribute/docs/style-guide/

http://localhost:1313/apps/reference/contact-page/

http://localhost:1313/core/overview/translations/

http://localhost:1313/apps/guides/messaging/africas-talking/

http://localhost:1313/apps/guides/messaging/message-loops/

Results - Normal Fixes

http://localhost:1313/apps/features/integrations/dhis2/

http://localhost:1313/apps/reference/forms/app/

http://localhost:1313/apps/guides/database/rdbms-from-windows/

http://localhost:1313/apps/guides/hosting/ec2-setup-guide/

http://localhost:1313/apps/guides/hosting/self-hosting/

http://localhost:1313/contribute/docs/workflow/

http://localhost:1313/apps/concepts/prerequisites/

http://localhost:1313/apps/guides/debugging/replicating-production-data-locally/

http://localhost:1313/core/overview/data-flows-for-analytics/

http://localhost:1313/core/guides/releasing/

http://localhost:1313/apps/reference/app-settings/outbound/

http://localhost:1313/apps/guides/forms/app-form-sms/

http://localhost:1313/apps/guides/messaging/sms-states/

http://localhost:1313/apps/guides/forms/multimedia/

http://localhost:1313/apps/guides/data/csv-to-docs/

http://localhost:1313/apps/guides/debugging/obtaining-logs/

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 a pull request may close this issue.

1 participant