PalisadoesFoundation / talawa-docs

Documentation for Talawa and Talawa-API
https://docs.talawa.io/
GNU General Public License v3.0
44 stars 146 forks source link

Bug Report - Update the broken link in the Footer #638

Closed salman-farooqi closed 1 year ago

salman-farooqi commented 1 year ago

Describe the bug Currently, the link is broken for the Footer's 'News' section, and is redirecting to an old URL . I had updated the link in this PR, but somehow its still showing the old one.

To Reproduce Steps to reproduce the behavior:

  1. Go to docusaurus.config.js in the talawa-docs files.
  2. Update the link with this one (https://docs.talawa.io/docs/features/news-feed) in the code.

Expected behavior updated

Actual behavior the link address is broken in the footer for 'News'

Screenshots See Above.

Additional details N/A

Potential internship candidates Please read this if you are planning to apply for a Palisadoes Foundation internship https://github.com/PalisadoesFoundation/talawa/issues/359

salman-farooqi commented 1 year ago

Kindly assign, so I fix this.

palisadoes commented 1 year ago

Thanks for noticing this.

  1. We have stopped accepting changes to the footer as we are much more concerned with adding new content.
  2. However this link was working before.
  3. To remove the risk of the footer being updated by accident again I have added the docusaurus.config.js file to the unauthorized list of files that will cause PRs to fail.
  4. I have also made the footer update to the correct location and verified the remaining links there.

In the past two months we have merged 14 PRs related to footer updates and it was becoming unmanageable.

Closing.