Skip to content

Commit ce3120e

Browse files
committed
fix broken links, these already existed
1 parent 6f37088 commit ce3120e

File tree

7 files changed

+4
-22
lines changed

7 files changed

+4
-22
lines changed

docs/browser/bb-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ Make sure you only delete `Match-Secrets`. Do NOT delete the repository of the a
832832
833833
When building Loop, LoopCaregiver, LoopFollow or Trio:
834834
835-
* If you just revoked a [Distrbution Certificate](#revoke-extra-distribution-certificate) - please do not delete your `Match-Secrets`
835+
* If you just revoked a [Distrbution Certificate](#revoke-distribution-certificate) - please do not delete your `Match-Secrets`
836836
* Make sure you have `ENABLE_NUKE_CERTS` set to true
837837
* The next time you try to build, the information in Match-Secrets is used to remove invalid profiles
838838
* A new Distribution Certificate and new profiles will be generated and your Match-Secrets will be updated

docs/browser/bb-update.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -461,15 +461,6 @@ Click inside the box under **Test Details**. Insert the text you want to see on
461461

462462
In this example, the branch and commit number are included followed by an indication that this version includes the customizations preferred by this person. Your test details can be as simple as "Use this for Charlie".
463463

464-
!!! tip "Commit Number"
465-
If your build includes customizations, your commit number will not match what the developer expects to see if you need to ask for help.
466-
467-
Use this section [Customization and SHA-1](edit-browser.md#customization-and-sha-1) to determine the SHA-1 before customization.
468-
469-
## No Longer Needed
470-
471-
This section contains the old directions to manually renew certificates. It is no longer needed with the automatic certificate renewal method found in `Loop 3.6.0` and newer versions.
472-
473464
## Renew Certificate
474465

475466
Manual certificate renewal is not longer required if you added the `Variable` `ENABLE_NUKE_CERTS`. See [Add Variable](prepare-fork.md#add-variable){: target="_blank" }.

docs/build/build-errors.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -406,13 +406,6 @@ This is very similar to the steps for the WatchApp Entitlements Error but you ne
406406
![img/device-support-files.jpg](img/device-support-files.jpg){width="750"}
407407
{align="center"}
408408

409-
410-
### No Such Module 'LoopKit' or Similar Message
411-
412-
**Error Message:** If you see a **Cartfile failure** and several other red errors (in particular saying there is "no such module 'LoopKit'").
413-
414-
**Solution**: Read the [Carthage Error](build-errors.md#carthage-error) section above.
415-
416409
### Developer License Update (PLA Update)
417410

418411
**Error message:** `The Apple Developer Program License Agreement has been updated, In order to access certain membership resources, you must accept the latest license agreement`.

docs/build/xcode-settings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ Some people have their macOS privacy settings configured so that *Xcode* does no
3131

3232
Yes, watchOS simulators are required to build Loop. If Xcode asks if you want to download them - say yes. It's slow but you cannot build Loop without the simulator.
3333

34-
* Refer to [New with Xcode 14](../build/build-errors.md#new-with-xcode-14){: target="_blank" } for more information
35-
3634
## Command Line Tools
3735

3836
The very first time you open Xcode it may install a package of command line tools. Wait patiently until it finishes. The command line tools may have installed without asking.

docs/troubleshooting/pod-pairing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Hopefully, your pod pairing continues uneventfully at this point. You'll press t
100100

101101
The DASH pod can be left in the tray and placed right next to the phone. If the first attempt to pair shows the "No pods found" message, place the tray on top of the phone or move the pod a little further away from the phone, then try again.
102102

103-
If you see the [Verbose Message, Hard to Interpret](#verbose-message-hard-to-interpret) Pairing exception message as shown in the link above, you need to toggle Bluetooth on the phone:
103+
If you see an error message indicating a Bluetooth issue, you need to toggle Bluetooth on the phone:
104104

105105
* In your phone settings, turn off Bluetooth
106106
* Turn on Bluetooth

docs/version/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Details that are different:
290290

291291
* The way the code is organized has changed: see [LoopWorkspace](loopworkspace.md){: target="_blank" }
292292
* The default branch name used to be `master` - but is now `main`
293-
* `carthage` is no longer used to determine which submodules (frameworks) are pulled in to build Loop (see [LoopWorkspace](#loopworkspace))
293+
* `carthage` is no longer used to determine which submodules (frameworks) are pulled in to build Loop (see [LoopWorkspace](loopworkspace.md))
294294

295295
The information in this video is still generally useful with the last half focused on automatic-bolus - the automatic-bolus dosing strategy has now been incorporated into <span>*Loop* `main` branch</span>. *Loop* has moved on to using only one stable branch (`main`), with `dev` suggested for developers/testers.
296296

docs/version/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ These features are added:
400400
This patch release was required for those who build using the *Mac* method.
401401

402402
* There are no changes to app functionality
403-
* Version 3.2.2 and earlier cannot be built using Xcode 15, see [Cycle Inside Loop](../build/build-errors.md#cycle-inside-loop)
403+
* Version 3.2.2 and earlier cannot be built using Xcode 15.
404404

405405
### Loop v3.2.2
406406

0 commit comments

Comments
 (0)