diff --git a/README.md b/README.md index d48b94f7f..a01749ba9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We define digital public goods as *open source software, open data, open AI mode From the set of data files found in the [nominees](nominees/) and [digitalpublicgoods](digitalpublicgoods/) folders, [this list](https://digitalpublicgoods.net/explore/) of Digital Global Public Goods is automatically generated and kept in sync with the contents of this repo. -Projects are reviewed annually and archived if they do not continue to meet the Standard, as per our [archiving policy](docs/archiving.md). +Projects are reviewed annually and archived if they do not continue to meet the Standard, as per our [archiving policy](https://github.com/DPGAlliance/DPG-Standard/blob/main/archiving.md). ## 🙋🏽 How to nominate a Digital Public Good @@ -19,11 +19,11 @@ Please read through our [contributing guidelines](/CONTRIBUTING.md). We are alwa ## 📄 Documentation Refer to the additional documentation on the following topics: -* [Approved Licenses for Digital Public Goods](docs/licenses.md) -* [Documentation Resources](docs/help-center/documentation.md) -* [Best Practices Resouces](docs/help-center/best-practices.md) -* [Open Standards Resources](docs/help-center/open-standards.md) -* [Data Privacy Resources](docs/help-center/privacy.md) +* [Approved Licenses for Digital Public Goods](help-center/licenses.md) +* [Documentation Resources](help-center/documentation.md) +* [Best Practices Resouces](help-center/best-practices.md) +* [Open Standards Resources](help-center/open-standards.md) +* [Data Privacy Resources](help-center/privacy.md) ## 🛠 Development @@ -31,7 +31,7 @@ Refer to [docs/development.md](docs/development.md) for information related to d ## Bugs -If you notice anything amiss, refer to [BUGS.md](BUGS.md) on how to report bugs. +If you notice anything amiss, please report any bugs [here](https://bug-reporter.vercel.app/). ## :memo: License diff --git a/BUGS.md b/docs/bugs.md similarity index 100% rename from BUGS.md rename to docs/bugs.md diff --git a/docs/help-center/best-practices.md b/help-center/best-practices.md similarity index 100% rename from docs/help-center/best-practices.md rename to help-center/best-practices.md diff --git a/docs/help-center/documentation.md b/help-center/documentation.md similarity index 100% rename from docs/help-center/documentation.md rename to help-center/documentation.md diff --git a/docs/DPG Review Policy.md b/help-center/dpg-review-policy.md similarity index 100% rename from docs/DPG Review Policy.md rename to help-center/dpg-review-policy.md diff --git a/docs/licenses.md b/help-center/licenses.md similarity index 100% rename from docs/licenses.md rename to help-center/licenses.md diff --git a/docs/help-center/open-standards.md b/help-center/open-standards.md similarity index 100% rename from docs/help-center/open-standards.md rename to help-center/open-standards.md diff --git a/docs/help-center/personal-data-definition b/help-center/personal-data-definition similarity index 100% rename from docs/help-center/personal-data-definition rename to help-center/personal-data-definition diff --git a/docs/help-center/privacy.md b/help-center/privacy.md similarity index 100% rename from docs/help-center/privacy.md rename to help-center/privacy.md