diff --git a/README.md b/README.md index 7c00f18..cf60303 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ meant to be a drop-in replacement. ## Documentation -Docs are available at +Docs are available at ## Prerequisites diff --git a/docs/book.toml b/docs/book.toml index 323666f..ac24c75 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -6,5 +6,5 @@ src = "src" [output.html] additional-css = ["custom.css"] -git-repository-url = "https://github.com/willibutz/preservation" -edit-url-template = "https://github.com/willibutz/preservation/edit/main/docs/{path}" +git-repository-url = "https://github.com/nix-community/preservation" +edit-url-template = "https://github.com/nix-community/preservation/edit/main/docs/{path}" diff --git a/docs/flake.nix b/docs/flake.nix index cb75d91..5d4a2ad 100644 --- a/docs/flake.nix +++ b/docs/flake.nix @@ -32,7 +32,7 @@ if pkgs.lib.hasPrefix "${flakeOutPath}/" declaration then { inherit name; - url = "https://github.com/willibutz/preservation/blob/main/${name}"; + url = "https://github.com/nix-community/preservation/blob/main/${name}"; } else declaration