New OrcaSlicer wiki URL (#11800)

This commit is contained in:
SoftFever
2026-01-02 10:04:56 +08:00
committed by GitHub
parent 263b592885
commit d1f4e8abe1
6 changed files with 25 additions and 25 deletions

View File

@@ -1312,7 +1312,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/OrcaSlicer/OrcaSlicer/wiki/%s", from_u8(path_end));
return wxString::Format(L"https://www.orcaslicer.com/wiki/%s", from_u8(path_end));
}