Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Documentation/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Tactility/Source/app/apphub/AppHub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion Tactility/Source/app/crashdiagnostics/QrUrl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdkconfig.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Get Started

See [https://docs.tactility.one]
See [https://docs.tactilityproject.org]

# Useful Parameters

Expand Down