mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Update domain name and related URLs (#457)
This commit is contained in:
parent
51b9547e99
commit
2839ea4c35
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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).
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
 
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# Get Started
|
||||
|
||||
See [https://docs.tactility.one]
|
||||
See [https://docs.tactilityproject.org]
|
||||
|
||||
# Useful Parameters
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user