Update Repository links #35

Open
opened 2023-06-29 17:25:22 +00:00 by p1r0 · 0 comments
Owner

Which place to look for and do the changes? maybe this can be useful:

To find the string to be change use at the cloned repo grep -nr github.com/DECENTRALIZEDCLIMATE

Output:

README.md:101:You can check the issues at the following [**link:**](https://github.com/DECENTRALIZEDCLIMATE/docs/issues)
README.md:150:You must clone the [docs](https://github.com/DECENTRALIZEDCLIMATE/docs)  repository to your computer (having the necessary tools and packages to run Jekyll on your computer).
_includes/toc-date.html:63:                <a href="https://github.com/DECENTRALIZEDCLIMATE/docs" target="blank" class="gitbook-link">
_includes/gitbook-sharing.json.tpl:6:                "github_link": "https://github.com/DECENTRALIZEDCLIMATE",

This links should be changed to the match the new official Repo:

https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs

Also Add a note at the beginin of the README to Point the official repository after the title:

SUBMIT ISSUES, PULL REQUESTS, and others at the OFFICIAL REPOSITORY

## Which place to look for and do the changes? maybe this can be useful: To find the string to be change use at the cloned repo `grep -nr github.com/DECENTRALIZEDCLIMATE` Output: ```sh README.md:101:You can check the issues at the following [**link:**](https://github.com/DECENTRALIZEDCLIMATE/docs/issues) README.md:150:You must clone the [docs](https://github.com/DECENTRALIZEDCLIMATE/docs) repository to your computer (having the necessary tools and packages to run Jekyll on your computer). _includes/toc-date.html:63: <a href="https://github.com/DECENTRALIZEDCLIMATE/docs" target="blank" class="gitbook-link"> _includes/gitbook-sharing.json.tpl:6: "github_link": "https://github.com/DECENTRALIZEDCLIMATE", ``` This links should be changed to the match the new official Repo: https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs #### Also Add a note at the beginin of the README to Point the official repository after the title: ## SUBMIT ISSUES, PULL REQUESTS, and others at the [OFFICIAL REPOSITORY](https://git.decentralizedclimate.org/DecentralizedClimateFoundation/docs)
p1r0 added the
enhancement
label 2023-06-29 17:25:30 +00:00
Sign in to join this conversation.
No description provided.