Skip to content

Commit c5ad3d4

Browse files
committed
fix typos
1 parent 0024d85 commit c5ad3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/docs/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{ lib, pkgs, ... }:
22
let
33
# Replaces absolute links to the docs with relative links
4-
fixLinks = pkgs.callPackage ../../docs/fix-linkx {
4+
fixLinks = pkgs.callPackage ../../docs/fix-links {
55
githubUrl = "https://github.com/nix-community/nixvim/blob/main/";
6-
baseurlUrl = "https://nix-community.github.io/nixvim/";
6+
docsUrl = "https://nix-community.github.io/nixvim/";
77
};
88
in
99
{

0 commit comments

Comments
 (0)