Skip to content

Commit b7515ee

Browse files
committed
[FIX] Wiki link on welcome page
1 parent 03339d8 commit b7515ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ pub const BUILT_IN_LIBS: &[&str] = &["string", "re", "difflib", "textwrap", "un
125125
"cgi", "cgitb", "chunk", "crypt", "imghdr", "imp", "mailcap", "msilib", "nis", "nntplib", "optparse", "ossaudiodev",
126126
"pipes", "smtpd", "sndhdr", "spwd", "sunau", "telnetlib", "uu", "xdrlib", "struct", "codecs"];
127127

128-
pub const CONFIG_WIKI_URL: &str = "https://github.com/odoo/odoo-ls/wiki/Configuration-files";
128+
pub const CONFIG_WIKI_URL: &str = "https://github.com/odoo/odoo-ls/wiki/3.-Configuration-files";
129129

130130
use std::sync::LazyLock;
131131

0 commit comments

Comments
 (0)