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

docs: Fix 404 links in docs #20304

Merged
merged 1 commit into from
May 22, 2024

Conversation

MBM1607
Copy link
Contributor

@MBM1607 MBM1607 commented May 19, 2024

Fixes: #20303

Copy link

sonarcloud bot commented May 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@antobinary antobinary changed the title Fix 404 links in docs docs: Fix 404 links in docs May 22, 2024
@antobinary antobinary merged commit 83753e5 into bigbluebutton:develop May 22, 2024
3 checks passed
@antobinary
Copy link
Member

@MBM1607 Thank you for these pull requests!
I am just curious -- how did you detect the broken links? Two weeks ago I went through I built the docs locally and in the process I fixed all the warnings (broken links) -- 5c60542
Maybe there's a different way you used to detect them and I'll be grateful if you share it.

@MBM1607
Copy link
Contributor Author

MBM1607 commented May 22, 2024

@antobinary I didn't actually scan for these links, I was just reading through the docs when I noticed a broken link to https://bigbluebutton.org/, which prompted me to check all the links to the site.

These don't show up as warnings by Docusaurus during the build because those warnings are only for internal documentation links.


Now that you mentioned it, I actually went and ran a check using Ahref's Free Broken Link Checker, it reports 8 more broken outbound links which also need to be fixed. There are also inbound links to the docs that are broken, among these the references from the BigBlueButton code comments can at least be fixed.

Let me know if I should go ahead with making a pull request for these updates as well.

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

Successfully merging this pull request may close these issues.

404 links of bigbluebutton.org in documentation
2 participants