Procházet zdrojové kódy

Update links to use redirect

Mike Plante před 1 rokem
rodič
revize
ee60735cbd

+ 1 - 1
.github/ISSUE_TEMPLATE/config.yml

@@ -1,5 +1,5 @@
 blank_issues_enabled: false
 contact_links:
   - name: "🆘 Individual troubleshooting help: Please go to the Discord Trio Server"
-    url: https://discord.com/invite/FnwFEFUwXE
+    url: https://discord.triodocs.org
     about: Are you having an issue with your individual setup? Please first go to the Discord Trio Server and post there, with details of your setup (App version, pump, CGM, and CGM app) and the issue you are observing

+ 1 - 1
CODE_OF_CONDUCT.md

@@ -59,7 +59,7 @@ representative at an online or offline event.
 ## Enforcement
 
 Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported to the Discord server admins. Please join our [Discord server](http://discord.diy-trio.org) to contact
+reported to the Discord server admins. Please join our [Discord server](http://discord.triodocs.org) to contact
 them directly for any enforcement issues. All complaints will be reviewed and
 investigated promptly and fairly.
 

+ 2 - 2
PRIVACY_POLICY.md

@@ -111,9 +111,9 @@ updating the "Last Updated" date.
 ## Contact Us
 
 If you have any questions about this Privacy Policy, please contact us
-on [Discord](http://discord.diy-trio.org/) or send us an email at
+on [Discord](http://discord.triodocs.org/) or send us an email at
 trio.diy.diabetes@gmail.com.
 
 ## Last Updated
 
-April 15, 2025
+May 14, 2025

+ 4 - 4
README.md

@@ -63,9 +63,9 @@ Instructions in greater detail, but not Trio-specific:
 
 # Documentation
 
-[Discord Trio - Server ](http://discord.diy-trio.org)
+[Discord Trio - Server ](http://discord.triodocs.org)
 
-[Trio documentation](https://docs.diy-trio.org/)
+[Trio documentation](https://triodocs.org/)
 
 TODO: Add link: Trio Website (under development, not existing yet)
 
@@ -75,7 +75,7 @@ TODO: Add link and status graphic: Crowdin Project for translation of Trio (not
 
 # Support
 
-[Trio Facebook Group](https://m.facebook.com/groups/1351938092206709/)
+[Trio Facebook Group](https://facebook.triodocs.org)
 
 [Loop and Learn Facebook Group](https://m.facebook.com/groups/LOOPandLEARN/)
 
@@ -99,4 +99,4 @@ Do you speak JS or Swift? Do you have UI/UX skills? Do you know how to optimize
 Trio is a collaborative project. We always welcome fellow enthusiasts who can contribute with new code, UI/UX improvements, code reviews, testing and release management.
 If you want to contribute to the development of Trio, please reach out on Discord or Facebook.
 
-For questions or contributions, please join our [Discord server](https://discord.gg/KepAG6RdYZ).
+For questions or contributions, please join our [Discord server](https://discord.triodocs.org).

+ 2 - 2
Trio/Sources/Modules/Settings/View/SettingsRootView.swift

@@ -207,7 +207,7 @@ extension Settings {
                             .frame(maxWidth: .infinity, alignment: .leading)
 
                             Button {
-                                if let url = URL(string: "https://discord.gg/FnwFEFUwXE") {
+                                if let url = URL(string: "https://discord.triodocs.org") {
                                     UIApplication.shared.open(url)
                                 }
                             } label: {
@@ -223,7 +223,7 @@ extension Settings {
                             .frame(maxWidth: .infinity, alignment: .leading)
 
                             Button {
-                                if let url = URL(string: "https://m.facebook.com/groups/1351938092206709/") {
+                                if let url = URL(string: "https://facebook.triodocs.org") {
                                     UIApplication.shared.open(url)
                                 }
                             } label: {