1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix broken links (#50351)

This commit is contained in:
Sarah Edwards
2024-04-26 15:26:02 -07:00
committed by GitHub
parent 70ccde437a
commit 6d6bab6f94
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ When you sign up for a {% data variables.product.prodname_sponsors %} profile so
{% data variables.product.prodname_sponsors %} supports these fiscal hosts: {% data variables.product.prodname_sponsors %} supports these fiscal hosts:
- [Open Source Collective](https://oscollective.org/) - [Open Source Collective](https://opencollective.com/opensource)
- [NumFOCUS](https://www.numfocus.org/) - [NumFOCUS](https://www.numfocus.org/)
- [Open Collective Europe](https://opencollective.com/europe) - [Open Collective Europe](https://opencollective.com/europe)
- [Software Underground](https://softwareunderground.org/) - [Software Underground](https://softwareunderground.org/)

View File

@@ -72,6 +72,7 @@ export default [
'https://moodle.org', 'https://moodle.org',
'https://azure.microsoft.com', 'https://azure.microsoft.com',
'https://api.octocorp.ghe.com', 'https://api.octocorp.ghe.com',
'https://platform.openai.com/docs/guides/safety-best-practices',
] ]
// Return a regular expression from a URL string that matches the URL // Return a regular expression from a URL string that matches the URL