Skip to content

Commit

Permalink
website: change to https://dream2nix.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau authored and mergify[bot] committed Jul 18, 2024
1 parent c3f7da8 commit 4c89b02
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<br>
Automate reproducible packaging for various language ecosystems
<br>
<a href="https://nix-community.github.io/dream2nix/">Documentation</a> |
<a href="https://dream2nix.dev/">Documentation</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages">Example Repo</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/repo-with-packages-flake">Example Repo Flake</a> |
<a href="https://github.com/nix-community/dream2nix/tree/main/examples/packages">Example Packages</a>
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/development-roundups/2022-april-june.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/overrides.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4c89b02

Please sign in to comment.