Skip to content

Commit 9d9e388

Browse files
committed
fix broken links
1 parent 062835a commit 9d9e388

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

aleph/at1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /aleph/tutorial-1/
1010

1111
After Tutorial 0 you may well think ‘this is cool, but i want to <insert cool thing here>’, and that is totally expected and encouraged! This tutorial is aimed to help you build your own network of operators and connect them to a dsp MODULE to do interesting things.
1212

13-
Firstly, it’s probably a good idea to point out that bees is being constantly improved, and it’s good to check you’ve got the most up-to-date version once in a while. Go to the aleph updates page and you’ll see a link to the aleph github with the newest known-working version of bees & all official modules. Instructions for updating are included at that location. The whole process shouldn't take more than 5 minutes.
13+
Firstly, it’s probably a good idea to point out that bees is being constantly improved, and it’s good to check you’ve got the most up-to-date version once in a while. Go to the aleph updates page and you’ll see a link to the aleph GitHub with the newest known-working version of bees & all official modules. Instructions for updating are included at that location. The whole process shouldn't take more than 5 minutes.
1414

1515
### Connections
1616

aleph/debug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Attach the output of the debug process above .
3434

3535
## Tracking Issues
3636

37-
Known issues are logged and tracked via the [Aleph github page](https://github.com/monome/aleph/issues).
37+
Known issues are logged and tracked via the [Aleph GitHub page](https://github.com/monome/aleph/issues).
3838

3939
See here for a list of known issues and requested improvements.
4040

aleph/devapp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Download and install AVR Studio from Atmel's site. You will need to sign up for
3131

3232
## Github
3333

34-
Note that in order to share your creations with the Aleph community you'll need to clone and fork the Aleph github repo. see [Forking](/docs/aleph/forking) for details.
34+
Note that in order to share your creations with the Aleph community you'll need to clone and fork the Aleph GitHub repo. see [Forking](/docs/aleph/forking) for details.
3535

3636
## Overview
3737

@@ -43,7 +43,7 @@ Creating your own application allows you to radically alter the functionality of
4343

4444
## app/mix
4545

46-
The code on github is extensively inline commented. Here's a guide to the files:
46+
The code on GitHub is extensively inline commented. Here's a guide to the files:
4747

4848
### config.mk
4949

aleph/devbees.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An operator is a control module that can be dynamically created within Bees. It
3333

3434
### Github
3535

36-
Note that in order to share your creations with the Aleph community you'll need to clone and fork the Aleph github repo. see [Forking](/docs/aleph/forking) for details.
36+
Note that in order to share your creations with the Aleph community you'll need to clone and fork the Aleph GitHub repo. see [Forking](/docs/aleph/forking) for details.
3737

3838
## op: FADE
3939

aleph/forking.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ permalink: /aleph/forking/
66

77
# Aleph: Forking
88

9-
This is an example of how to fork the Aleph repo, change something, and submit a request for your changes to be pulled upstream to monome/aleph. Some naming and workflow conventions are to taste, and `user` is your own github username.
9+
This is an example of how to fork the Aleph repo, change something, and submit a request for your changes to be pulled upstream to monome/aleph. Some naming and workflow conventions are to taste, and `user` is your own GitHub username.
1010

11-
Create a fork of monome/aleph on github by clicking the “fork” button on the upper right of the repo page. There should now be a new repo on your github page called user/aleph.
11+
Create a fork of monome/aleph on GitHub by clicking the “fork” button on the upper right of the repo page. There should now be a new repo on your GitHub page called user/aleph.
1212

1313
Now, the terminal commands go something like this:
1414

norns/compiling.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ code for `maiden` lives [elsewhere](https://github.com/monome/maiden)
7373
7474
the git repository `/home/we/norns` is set up to point at the main
7575
norns repo on github. by default the copy of the code that's on the
76-
monome github is nicknamed `origin`. to pull the latest changes on
77-
github down and merge them into the local copy, we run:
76+
monome GitHub is nicknamed `origin`. to pull the latest changes on
77+
GitHub down and merge them into the local copy, we run:
7878

7979
```bash
8080
we@norns:~/norns$ git pull origin main
@@ -84,7 +84,7 @@ Already up-to-date.
8484
we@norns:~/norns$
8585
```
8686

87-
if there are a bunch of changes up on github that haven't been pulled
87+
if there are a bunch of changes up on GitHub that haven't been pulled
8888
yet, this will show you a summary of changes as well.
8989
9090
we also need to make sure that the submodules are all up to

norns/help/data.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ All data that you create with norns -- scripts you've downloaded or created, aud
3838

3939
### via WiFi
4040

41-
To access the `dust` folder from another computer on the same wifi network, follow the steps in the [wifi + files: transfer](../wifi-files/#transfer) docs.
41+
To access the `dust` folder from another computer on the same wifi network, follow the steps in the [wifi + files: transfer](/docs/norns/wifi-files/#transfer) docs.
4242

43-
To back up or restore your `dust` folder, follow the steps in the [wifi + files: backup](../wifi-files/#backup) docs.
43+
To back up or restore your `dust` folder, follow the steps in the [wifi + files: backup](/docs/norns/wifi-files/#backup) docs.
4444

4545
### via USB
4646

4747
wifi is the most straightforward way to back up your norns. These instructions are provided for times when you are unable to connect norns to wifi (no dongle, no network, etc).
4848
{: .label}
4949

50-
If you have a standard norns, connect it to a second computer via [serial](../advanced-access/#serial). If you have a shield, host a hotspot for it and connect it to a second computer via [ssh](../advanced-access/#ssh). Then, insert a USB stick into norns.
50+
If you have a standard norns, connect it to a second computer via [serial](/docs/norns/advanced-access/#serial). If you have a shield, host a hotspot for it and connect it to a second computer via [ssh](/docs/norns/advanced-access/#ssh). Then, insert a USB stick into norns.
5151

5252
- Make sure the USB stick is detected with `ls /media`
5353
- you should see `usb` listed, in a different color
@@ -95,10 +95,10 @@ Steps:
9595
- If you're at this point and running MacOS with [homebrew](https://brew.sh/) installed, try installing `rpiboot` using [these command line instructions](https://github.com/monome/norns-image/blob/main/readme-usbdisk.md#mac-os).
9696
- If you're installing for the first time onto a fresh CM3+ using Windows, you'll likely need to install the Raspberry Pi boot drivers and run `rpiboot` before you can image it. Follow [these instructions on the Raspberry Pi site](https://www.raspberrypi.com/documentation/computers/compute-module.html#windows-installer) to make the new CM3+ show up as a USB mass storage device.
9797
6. Once the flash and validation are complete, disconnect USB. Flip the switch on the norns board back to `run`. Secure the bottom back onto the unit.
98-
7. Boot norns (if you completed the expansion, it will take a bit longer to start than normal), [add your network](../wifi-files) and [update via SYSTEM > UPDATE](../wifi-files/#update)
98+
7. Boot norns (if you completed the expansion, it will take a bit longer to start than normal), [add your network](../wifi-files) and [update via SYSTEM > UPDATE](/docs/norns/wifi-files/#update)
9999
- If you perform `SYSTEM > UPDATE` and norns tells you it's `up to date.`, it is! We recommend this step for times when a disk image might not be compiled for an incremental update cycle.
100100
8. If you have a norns with a 32gb CM3+, you will need to expand the file storage, since the fresh install assumes the lowest capacity (4gb). This only needs to be done once, but it's important after a fresh install -- it lets the system know the capacity of your storage.
101-
- Connect via [SSH](../advanced-access/#ssh) through a terminal.
101+
- Connect via [SSH](/docs/norns/advanced-access/#ssh) through a terminal.
102102
- Execute: `sudo raspi-config` (*or* execute: `sudo raspi-config --expand-rootfs; sudo shutdown -r now` to skip to the last step without a GUI)
103103
- Navigate down to `Advanced Options`.
104104
- Select `Expand Filesystem` and select `OK`.
@@ -109,7 +109,7 @@ Steps:
109109

110110
### shield {#fresh-shield}
111111

112-
Use [Etcher](https://www.balena.io/Etcher/) or the official [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to flash your SD card, [using these shield-specific instructions](../shield/#flashing-microsd-card). Be sure to use a high quality SD card -- if you have any trouble, please try a different card.
112+
Use [Etcher](https://www.balena.io/Etcher/) or the official [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to flash your SD card, [using these shield-specific instructions](/docs/norns/shield/#flashing-microsd-card). Be sure to use a high quality SD card -- if you have any trouble, please try a different card.
113113

114114
If Etcher or the Imager do not work for you, or if you prefer to use the command line, see [this guide](https://github.com/monome/norns-image/blob/main/readme-usbdisk.md).
115115

@@ -123,7 +123,7 @@ After flashing your SD card, you'll need to expand the filesystem:
123123
4. Navigate to `Advanced Options` and hit RETURN
124124
5. Select `Expand Filesystem` and hit RETURN
125125
6. Lots of activity will happen. When it's done, power down and reboot. If you get any errors, reboot again.
126-
7. [Connect norns to your network](../wifi-files) and [update via SYSTEM > UPDATE](../wifi-files/#update)
126+
7. [Connect norns to your network](/docs/norns/wifi-files) and [update via SYSTEM > UPDATE](/docs/norns/wifi-files/#update)
127127
8. [Consider changing the default password and address](#change-password)
128128

129129
If you have previously connected to a shield (either by this same IP address or simply `norns.local`) in the past, you may see a warning that the 'remote host identification has changed'. this is because the shield now has a new host key. The error will give you a filepath to your hosts file, but if you are on MacOS you can simply execute `rm -f ~/.ssh/known_hosts` in Terminal to erase the previous hosts file and start fresh.

norns/help/hardware.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ All standard norns units produced before 2021 have a Compute Module 3 (CM3), wit
7878

7979
### confirming Compute Module model {#confirm-cm3}
8080

81-
To confirm which chip your norns has installed, [connect via SSH](../advanced-access/#ssh) and execute `pinout`, which will return the name (and a cute illustration!) of your installed Compute Module:
81+
To confirm which chip your norns has installed, [connect via SSH](/docs/norns//advanced-access/#ssh) and execute `pinout`, which will return the name (and a cute illustration!) of your installed Compute Module:
8282

8383
![](/docs/norns/image/help-images/pinout.png)
8484

@@ -111,7 +111,7 @@ If you are consistently unable to connect your norns to WiFi through the [connec
111111

112112
5. If you are prompted to update the nub's drivers, please do so. Even if there are no updates available, sometimes the simple task of searching for an update resolves connectivity issues. When this process completes, plug the nub back into norns.
113113

114-
6. If norns is still unable to connect to WiFi, connect the power cable to your non-norns computer and follow the `serial` steps outlined [here](../advanced-access/#serial). Once you perform this serial login, try executing `nmtui` for a graphical interface of the WiFi utilities, which may have better luck connecting to a network:
114+
6. If norns is still unable to connect to WiFi, connect the power cable to your non-norns computer and follow the `serial` steps outlined [here](/docs/norns/advanced-access/#serial). Once you perform this serial login, try executing `nmtui` for a graphical interface of the WiFi utilities, which may have better luck connecting to a network:
115115

116116
![](/docs/norns/image/terminal-nmtui-main.png)
117117

@@ -133,7 +133,7 @@ If you are consistently unable to connect your shield to WiFi through the [conne
133133

134134
1. If your network name has any apostrophes, it might be interpretted as a [*prime*](https://en.wikipedia.org/wiki/Prime_(symbol)), which would cause connection failure. Removing apostrophes from network names has helped resolve most issues with connectivity.
135135

136-
2. Try connecting shield to your router via ethernet and connecting to it from another computer [via SSH](../advanced-access/#ssh).
136+
2. Try connecting shield to your router via ethernet and connecting to it from another computer [via SSH](/docs/norns/advanced-access/#ssh).
137137

138138
3. In Terminal, execute `nmtui` for a graphical interface of the WiFi utilities, which will provide more information about network connection issues:
139139

norns/help/software.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you have a recurring issue which you believe is hardware or system failure, u
4646

4747
We'll see errors from the running script print to [maiden's REPL](https://monome.org/docs/norns/maiden/#repl). But since maiden only allows us to scroll back through a limited history and occasionally will suppress errors (for example if we're [developing a mod](https://monome.org/docs/norns/community-scripts/#mods)), that sometimes won't be enough.
4848

49-
If we want to see a more encompassing realtime view of error messages from the running script, mods, and SuperCollider, we can log into our our norns directly via [SSH](https://github.com/docs/norns/advanced-access/#ssh) and issue the following command:
49+
If we want to see a more encompassing realtime view of error messages from the running script, mods, and SuperCollider, we can log into our our norns directly via [SSH](/docs/norns/advanced-access/#ssh) and issue the following command:
5050

5151
```
5252
journalctl -f

norns/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Find out more about the current version [at lines](https://l.llllllll.co/norns).
103103

104104
## contributing
105105

106-
norns is the result of generous contributions by many people, and the ecosystem continues to evolve. We welcome discussion and code to help further the goal of an open, dynamic instrument creation platform. Check out the [github repo](https://github.com/monome/norns). To try out the latest changes to the code, you can read about [compiling norns](../norns/compiling). If you have new functionality you'd like to add, there's also a guide on [extending norns](../norns/extending),
106+
norns is the result of generous contributions by many people, and the ecosystem continues to evolve. We welcome discussion and code to help further the goal of an open, dynamic instrument creation platform. Check out the [GitHub repo](https://github.com/monome/norns). To try out the latest changes to the code, you can read about [compiling norns](../norns/compiling). If you have new functionality you'd like to add, there's also a guide on [extending norns](../norns/extending).
107107

108108
If your skills include design, instruction, or proofreading, we're also always looking for help with [documentation](https://github.com/monome/docs). Collective efforts have created numerous exceptional projects over the years, and there's more to a project than just code!
109109

norns/wifi-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ While you can simply reset this password again via this menu option, we encourag
203203

204204
### hostname
205205

206-
To change the hostname for maiden access, log in to the norns via [ssh](../advanced-access/#ssh) and execute:
206+
To change the hostname for maiden access, log in to the norns via [ssh](/docs/norns/advanced-access/#ssh) and execute:
207207

208208
```
209209
sudo raspi-config

0 commit comments

Comments
 (0)