From ad262abe4286bcf56054747ffa2d78f88acb964c Mon Sep 17 00:00:00 2001 From: DavHau Date: Thu, 18 Jul 2024 20:03:56 +0700 Subject: [PATCH] website: change to https://dream2nix.dev --- README.md | 4 ++-- docs/mkdocs.yml | 2 +- docs/src/development-roundups/2022-april-june.md | 2 +- docs/src/overrides.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 52cf35f2df..2992059906 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://nix-community.github.io/dream2nix) +[👉 To the docs](https://dream2nix.dev) ### Presentations diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 4db23ffaaf..22e3c505ff 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Dream2Nix docs_dir: "src" -site_url: "https://nix-community.github.io/dream2nix" +site_url: "https://dream2nix.dev" 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 1b19c27d44..78644bbb73 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://nix-community.github.io/dream2nix/ +https://dream2nix.dev/ - Added subsystems: - python diff --git a/docs/src/overrides.md b/docs/src/overrides.md index f5f93f586d..cbe3a94872 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://nix-community.github.io/dream2nix) of the specific language module to see the options. +Refer to the [documentation](https://dream2nix.dev) of the specific language module to see the options. Alternatively enter `{module-name}.overrides` into the documentation search.