diff --git a/README.md b/README.md index 2992059906..52cf35f2df 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@
Automate reproducible packaging for various language ecosystems
- Documentation | + Documentation | Example Repo | Example Repo Flake | Example Packages @@ -29,7 +29,7 @@ If your organization wants to support the project with extra funding in order to ### Documentation -[👉 To the docs](https://dream2nix.dev) +[👉 To the docs](https://nix-community.github.io/dream2nix) ### Presentations diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 22e3c505ff..4db23ffaaf 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Dream2Nix docs_dir: "src" -site_url: "https://dream2nix.dev" +site_url: "https://nix-community.github.io/dream2nix" site_dir: !ENV out repo_url: https://github.com/nix-community/dream2nix diff --git a/docs/src/development-roundups/2022-april-june.md b/docs/src/development-roundups/2022-april-june.md index 78644bbb73..1b19c27d44 100644 --- a/docs/src/development-roundups/2022-april-june.md +++ b/docs/src/development-roundups/2022-april-june.md @@ -25,7 +25,7 @@ This is why we established a unit testing suit for pure translators. This is rea - Improved usage examples in readme - Improvements on several subsystems including nodejs and rust - New documentation website: -https://dream2nix.dev/ +https://nix-community.github.io/dream2nix/ - Added subsystems: - python diff --git a/docs/src/overrides.md b/docs/src/overrides.md index cbe3a94872..f5f93f586d 100644 --- a/docs/src/overrides.md +++ b/docs/src/overrides.md @@ -78,5 +78,5 @@ The following conditional override disables tests for versions of the `pillow` p ## List of Options Different dream2nix modules offer different options to override. -Refer to the [documentation](https://dream2nix.dev) of the specific language module to see the options. +Refer to the [documentation](https://nix-community.github.io/dream2nix) of the specific language module to see the options. Alternatively enter `{module-name}.overrides` into the documentation search.