Update domain name and related URLs (#457)

This commit is contained in:
Ken Van Hoeylandt 2026-01-24 18:18:55 +01:00 committed by GitHub
parent 51b9547e99
commit 2839ea4c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -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).

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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);

View File

@ -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

View File

@ -1,6 +1,6 @@
# Get Started
See [https://docs.tactility.one]
See [https://docs.tactilityproject.org]
# Useful Parameters