Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Commit 7758af4

Browse files
olafklingthsjobeki
authored andcommitted
fix edit link
on static pages the edit link leads to wrong address.
1 parent 7aa0d59 commit 7758af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/static-docs/astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default defineConfig({
2828
github: "https://github.com/nixos/nixpkgs",
2929
},
3030
editLink: {
31-
baseUrl: "https://github.com/nixos/nixpkgs",
31+
baseUrl: "https://github.com/nix-community/docnix/blob/main/packages/static-docs/",
3232
},
3333
sidebar: [
3434
{

0 commit comments

Comments
 (0)