Skip to content

Commit aa04b99

Browse files
committed
Update all URLs to point to GitHub 'dirtyjtag' org
1 parent 87960c0 commit aa04b99

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

docs/building-dirtyjtag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In order to compile DirtyJTAG, you will need the following software:
1111
Clone this repository :
1212

1313
```
14-
git clone --recursive https://github.com/jeanthom/dirtyjtag
14+
git clone --recursive https://github.com/dirtyjtag/dirtyjtag
1515
cd dirtyjtag
1616
```
1717

@@ -51,7 +51,7 @@ You should use the `noloader` variant if your microcontroller hasn't been progra
5151
If you have [Docker](https://www.docker.com/) (or podman) installed on your computer, you can also choose to build inside a container:
5252

5353
```
54-
docker build https://github.com/jeanthom/DirtyJTAG.git --output type=tar,dest=dirtyjtag.tar
54+
docker build https://github.com/dirtyjtag/DirtyJTAG.git --output type=tar,dest=dirtyjtag.tar
5555
```
5656

5757
At the end of the build process, you'll find a `dirtyjtag.tar` archive containing all the build artifacts.

docs/img/bluepill-pinout.svg

Lines changed: 4 additions & 1 deletion
Loading

docs/install-stlinkv2-dfu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The DFU method needs fewer hardware (only an ST-Link dongle with its original fi
44

55
## Uploading the firmware
66

7-
Compile [stlink-tool](https://github.com/jeanthom/stlink-tool), and download the [DFU version](https://github.com/jeanthom/DirtyJTAG/releases) of the DirtyJTAG firmware.
7+
Compile [stlink-tool](https://github.com/jeanthom/stlink-tool), and download the [DFU version](https://github.com/dirtyjtag/DirtyJTAG/releases) of the DirtyJTAG firmware.
88

99
Then run:
1010

docs/install-stlinkv2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In order to install a newer firmware, you will need a SWD programmer. I chose to
1414

1515
![Two ST-Link clones connected together](img/stlinkv2-programming.png)
1616

17-
Do not plug your ST-Link (target) in a USB port yet. Install [stlink](https://github.com/texane/stlink) on your computer, and download a compiled release of DirtyJTAG for ST-Link adapters ([available here](https://github.com/jeanthom/dirtyjtag/releases)). Enter this command to program the STM32 :
17+
Do not plug your ST-Link (target) in a USB port yet. Install [stlink](https://github.com/texane/stlink) on your computer, and download a compiled release of DirtyJTAG for ST-Link adapters ([available here](https://github.com/dirtyjtag/dirtyjtag/releases)). Enter this command to program the STM32 :
1818

1919
```
2020
st-flash write /path/to/dirtyjtag-stlink.bin 0x8000000

docs/stm32f1-flash-protection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following documentation explains how to disable it through two different tec
1414

1515
## Unlocking method #1: OpenOCD
1616

17-
This first method requires you to connect an ST-Link programmer to your target. If you're unsure how to do so, check out [our documentation](https://github.com/jeanthom/DirtyJTAG/tree/master/docs).
17+
This first method requires you to connect an ST-Link programmer to your target. If you're unsure how to do so, check out [our documentation](https://github.com/dirtyjtag/DirtyJTAG/tree/master/docs).
1818

1919
Connect the ST-Link that will act as a programmer to the target on its SWD header. Open up a terminal and type in the following command:
2020

hooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
See issue:
22

33
Problem: Dockerfile does not build on docker hub #56
4-
https://github.com/jeanthom/DirtyJTAG/issues/56
4+
https://github.com/dirtyjtag/DirtyJTAG/issues/56
55

66
Solution: add a file in hooks/post_checkout
77
https://stackoverflow.com/questions/54055666/docker-hub-and-git-submodules/59640438#59640438

0 commit comments

Comments
 (0)