🔧(all) update numerique.gouv.fr references to new repo location
Replace outdated numerique.gouv.fr repository references with current repository location for accurate documentation and links. Maintenance cleanup unrelated to current PR but necessary to keep references up-to-date. Better addressed now than deferred.
This commit is contained in:
committed by
aleb_the_flash
parent
42b9a34c7a
commit
a6aa77cb97
@@ -60,10 +60,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Bug Tracker" = "https://github.com/numerique-gouv/meet/issues/new"
|
||||
"Changelog" = "https://github.com/numerique-gouv/meet/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/numerique-gouv/meet"
|
||||
"Repository" = "https://github.com/numerique-gouv/meet"
|
||||
"Bug Tracker" = "https://github.com/suitenumerique/meet/issues/new"
|
||||
"Changelog" = "https://github.com/suitenumerique/meet/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/suitenumerique/meet"
|
||||
"Repository" = "https://github.com/suitenumerique/meet"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
@@ -294,7 +294,7 @@ export const Footer = () => {
|
||||
<A
|
||||
externalIcon
|
||||
footer="minor"
|
||||
href="https://github.com/numerique-gouv/meet/"
|
||||
href="https://github.com/suitenumerique/meet/"
|
||||
aria-label={t('links.code') + ' - ' + t('links.ariaLabel')}
|
||||
>
|
||||
{t('links.code')}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"volta": {
|
||||
"node": "22.17.0"
|
||||
},
|
||||
"repository": "https://github.com/numerique-gouv/meet",
|
||||
"repository": "https://github.com/suitenumerique/meet",
|
||||
"author": "DINUM",
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user