lowcoder-org/lowcoder

[Bug]: Lowcoder Site Documentation - wrong github path on links

Closed this issue · 1 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

On various parts of the documentation site docs.lowcoder.cloud, there are a number of links that are pathed to the old 'Lowcoder-dev' repository and older, outdated, path.

This is causing 404 errors when clicking the links.

Expected Behavior

Links would link to the current lowcoder repo and branches / path.

Steps to reproduce

  1. Browse to a page with an outdated github link like: https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/opensource-contribution/develop-data-source-plugins#overall-definition-of-a-plugin
  2. Click a link, linked to the lowcoder github repo.

Environment

https://docs.lowcoder.cloud/

At least on https://docs.lowcoder.cloud/lowcoder-documentation/lowcoder-extension/opensource-contribution/develop-data-source-plugins#overall-definition-of-a-plugin

And potentially other pages - the source code should be scraped for the old content.

Additional Information

Within the links:

  • The project needs to be updated to: lowcoder-org
  • The repo needs a lowercase 'l' in 'lowcoder'
  • The branch needs to be updated to either 'dev' or 'main' as 'develop' does not exist.

Example of old path:
https://github.com/Lowcoder-dev/Lowcoder/tree/develop/server/node-service

Example of correct path:
https://github.com/lowcoder-org/lowcoder/tree/main/server/node-service

Thank you very much for this valuable and right critic. We did go through and changed the links.
Some of the changes will be visible only at the next release due the nature of branch sync to docu.