fix: change guide URLs

This commit is contained in:
felipegchi 2022-11-29 13:57:46 -03:00
parent df27bb8190
commit bd26cf3ce7
5 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,7 @@ impl Diagnostic for DriverError {
.iter()
.map(|path| Subtitle::Phrase(Color::Fst, vec![Word::White(path.display().to_string())]))
.collect(),
hints: vec!["Take a look at the rules for name searching at https://kind.kindelia.org/hints/name-search".to_string()],
hints: vec!["Take a look at the rules for name searching at https://github.com/Kindelia/Kind2/blob/master/guide/naming.md".to_string()],
positions: vec![Marker {
position: ident.range,
color: Color::Fst,

View File

@ -36,7 +36,7 @@ impl Diagnostic for DriverError {
suggestions.iter().map(|x| format!("'{}'", x)).collect::<Vec<String>>().join(", ")
)
} else {
"Take a look at the rules for name searching at https://kind.kindelia.org/hints/name-search".to_string()
"Take a look at the rules for name searching at https://github.com/Kindelia/Kind2/blob/master/guide/naming.md".to_string()
}],
positions: idents
.iter()

1
guide/doc_strings.md Normal file
View File

@ -0,0 +1 @@
# TODO

1
guide/naming.md Normal file
View File

@ -0,0 +1 @@
# TODO

1
guide/sugars.md Normal file
View File

@ -0,0 +1 @@
# TODO