diff --git a/website/config/_default/menu.toml b/website/config/_default/menu.toml index 19bde30..6043c11 100644 --- a/website/config/_default/menu.toml +++ b/website/config/_default/menu.toml @@ -49,7 +49,7 @@ [[main]] name = 'Source Code' - url = 'https://github.com/enterprise-contract' + url = 'https://github.com/conforma' weight = 13 graphic = """ diff --git a/website/content/l/ec-rename.md b/website/content/l/ec-rename.md index 353fc39..a982c42 100644 --- a/website/content/l/ec-rename.md +++ b/website/content/l/ec-rename.md @@ -1,3 +1,3 @@ --- -redirect: https://github.com/enterprise-contract/community/issues/53 +redirect: https://github.com/conforma/community/issues/53 --- diff --git a/website/content/l/soss-2024-eu-demo.md b/website/content/l/soss-2024-eu-demo.md index c6e675e..f49acb2 100644 --- a/website/content/l/soss-2024-eu-demo.md +++ b/website/content/l/soss-2024-eu-demo.md @@ -1,3 +1,3 @@ --- -redirect: https://github.com/enterprise-contract/demos/tree/main/2024-SOSS-EU +redirect: https://github.com/conforma/demos/tree/main/2024-SOSS-EU --- diff --git a/website/content/posts/introducing-the-enterprise-contract.md b/website/content/posts/introducing-the-enterprise-contract.md index 09ba746..eef062e 100644 --- a/website/content/posts/introducing-the-enterprise-contract.md +++ b/website/content/posts/introducing-the-enterprise-contract.md @@ -301,4 +301,4 @@ keyless workflows which will increase the number of supported use cases. If you want to learn more, check out our [docs](https://conforma.dev/docs/) and browse [the -source](https://github.com/enterprise-contract)! +source](https://github.com/conforma)! diff --git a/website/layouts/_default/contribute.html b/website/layouts/_default/contribute.html index 0e92d77..703a219 100644 --- a/website/layouts/_default/contribute.html +++ b/website/layouts/_default/contribute.html @@ -41,9 +41,9 @@

Collaboration is Welcomed!

{{ partial "github-repo.html" (dict "name" "community" "description" "A repo for community utilization. If you're unsure where to open an issue, you can use this repository" - "repo_url" "https://github.com/enterprise-contract/community" - "issue_url" "https://github.com/enterprise-contract/community/issues" - "discussion_url" "https://github.com/enterprise-contract/community/discussions" + "repo_url" "https://github.com/conforma/community" + "issue_url" "https://github.com/conforma/community/issues" + "discussion_url" "https://github.com/conforma/community/discussions" ) }}