diff --git a/src/libslic3r/AppConfig.cpp b/src/libslic3r/AppConfig.cpp index aa56cba9b..6790486a9 100644 --- a/src/libslic3r/AppConfig.cpp +++ b/src/libslic3r/AppConfig.cpp @@ -24,7 +24,7 @@ namespace Slic3r { static const std::string VENDOR_PREFIX = "vendor:"; static const std::string MODEL_PREFIX = "model:"; -static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/supermerill/superslicer/releases"; +static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/slic3r/Slic3r/releases"; const std::string AppConfig::SECTION_FILAMENTS = "filaments"; const std::string AppConfig::SECTION_MATERIALS = "sla_materials";