diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-01-16 05:19:58 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-16 14:19:58 +0100 |
commit | 1b54be77799bd89de7b82746324833291a5f9d0c (patch) | |
tree | 3e65f343c26cb4da0874b58225027e2b76883a91 /nimdoc/test_out_index_dot_html | |
parent | 5ef049467727cd2a0cce0c217e6223366842fb6c (diff) | |
download | Nim-1b54be77799bd89de7b82746324833291a5f9d0c.tar.gz |
fixes #12998 nim doc regression (#13117)
Diffstat (limited to 'nimdoc/test_out_index_dot_html')
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/index.html | 2 | ||||
-rw-r--r-- | nimdoc/test_out_index_dot_html/expected/theindex.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html index caf38a86d..d9ad0d625 100644 --- a/nimdoc/test_out_index_dot_html/expected/index.html +++ b/nimdoc/test_out_index_dot_html/expected/index.html @@ -18,7 +18,7 @@ <!-- CSS --> <title>foo</title> -<link rel="stylesheet" type="text/css" href="nimdoc.css"> +<link rel="stylesheet" type="text/css" href="/nimdoc.out.css"> <script type="text/javascript" src="dochack.js"></script> diff --git a/nimdoc/test_out_index_dot_html/expected/theindex.html b/nimdoc/test_out_index_dot_html/expected/theindex.html index e0b0c067d..49e37bddf 100644 --- a/nimdoc/test_out_index_dot_html/expected/theindex.html +++ b/nimdoc/test_out_index_dot_html/expected/theindex.html @@ -18,7 +18,7 @@ <!-- CSS --> <title>Index</title> -<link rel="stylesheet" type="text/css" href="nimdoc.css"> +<link rel="stylesheet" type="text/css" href="/nimdoc.out.css"> <script type="text/javascript" src="dochack.js"></script> |