diff options
Diffstat (limited to 'web/bubblegum/README.md')
-rw-r--r-- | web/bubblegum/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/bubblegum/README.md b/web/bubblegum/README.md index 0e09c1c65ed6..48c2ba6e0328 100644 --- a/web/bubblegum/README.md +++ b/web/bubblegum/README.md @@ -2,7 +2,7 @@ `bubblegum` is a CGI programming library for the Nix expression language. It provides a few helpers to make writing CGI scripts which are executable -using [//users/sterni/nint](../../users/sterni/nint/README.md) convenient. +using [//nix/nint](../../nix/nint/README.md) convenient. An example nix.cgi script looks like this (don't worry about the shebang too much, you can use `web.bubblegum.writeCGI` to set this up without |