diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 69bfbfcc2..2077131d9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,4 +30,4 @@ If applicable, add screenshots to help explain your problem. **Additional context** Add any other context about the problem here. -Add your oops.tactility.one URL if you had a crash (scanned from QR). +Add your oops.tactilityproject.org URL if you had a crash (scanned from QR). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4314ba46..f44a0d060 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ Some examples of non-serious issues include: ## Anything that doesn't fall in the above categories? -Please [contact me](https://tactility.one/#/support) first! +Please [contact me](https://tactilityproject.org/#/support) first! ## Pull Requests diff --git a/Documentation/releasing.md b/Documentation/releasing.md index ef4c24f94..9eb345818 100644 --- a/Documentation/releasing.md +++ b/Documentation/releasing.md @@ -11,7 +11,7 @@ 1. Download the `cdn-files.zip` from the pipelines 2. Upload them to the CDN at `apps/x.y.z/` 3. Also upload them to the CDN for the upcoming version, because the upcoming a.b.c version will also need some basic apps to download -5. Test the latest unstable version of Tactility on several devices using the [web installer](https://install.tactility.one). Pay special attention to: +5. Test the latest unstable version of Tactility on several devices using the [web installer](https://install.tactilityproject.org). Pay special attention to: 1. The version of the unstable channel (should be updated!) 2. App Hub 3. Wi-Fi diff --git a/README.md b/README.md index 7b40fd5b0..87eab9de5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tactility is an operating system that focuses on the ESP32 microcontroller family. -See [https://tactility.one](https://tactility.one) for more information. +See [https://tactilityproject.org](https://tactilityproject.org) for more information. ![photo of devices running Tactility](Documentation/pics/tactility-devices.webp)  ![screenshot of launcher app](Documentation/pics/screenshot-Launcher.png) diff --git a/Tactility/Source/app/apphub/AppHub.cpp b/Tactility/Source/app/apphub/AppHub.cpp index 82284e48d..f1f82c270 100644 --- a/Tactility/Source/app/apphub/AppHub.cpp +++ b/Tactility/Source/app/apphub/AppHub.cpp @@ -4,7 +4,7 @@ namespace tt::app::apphub { -constexpr auto* BASE_URL = "https://cdn.tactility.one/apps"; +constexpr auto* BASE_URL = "https://cdn.tactilityproject.org/apps"; static std::string getVersionWithoutPostfix() { std::string version(TT_VERSION); diff --git a/Tactility/Source/app/crashdiagnostics/QrUrl.cpp b/Tactility/Source/app/crashdiagnostics/QrUrl.cpp index d2b65eb2d..7a9475f55 100644 --- a/Tactility/Source/app/crashdiagnostics/QrUrl.cpp +++ b/Tactility/Source/app/crashdiagnostics/QrUrl.cpp @@ -35,7 +35,7 @@ std::string getUrlFromCrashData() { std::stringstream stream; - stream << "https://oops.tactility.one"; + stream << "https://oops.tactilityproject.org"; stream << "?v=" << TT_VERSION; // Version stream << "&a=" << CONFIG_IDF_TARGET; // Architecture stream << "&b=" << CONFIG_TT_DEVICE_ID; // Board identifier diff --git a/sdkconfig.md b/sdkconfig.md index ecc07593f..a835cd213 100644 --- a/sdkconfig.md +++ b/sdkconfig.md @@ -1,6 +1,6 @@ # Get Started -See [https://docs.tactility.one] +See [https://docs.tactilityproject.org] # Useful Parameters