update wiki links(to place holders)

This commit is contained in:
SoftFever 2023-10-24 23:02:41 +08:00
parent ccf5c117ce
commit 5e0102e8ca
7 changed files with 14 additions and 11 deletions

View file

@ -1251,7 +1251,7 @@ wxString OptionsGroup::get_url(const std::string& path_end)
str = str.Left(pos) + anchor;
}
// Orca: point to sf wiki for seam parameters
return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/Print-settings/%s", from_u8(path_end));
return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/%s", from_u8(path_end));
}