Skip to content

Commit 3b82d5a

Browse files
mrwormholeaykevl
authored andcommitted
fix installation repo links for arch
1 parent ddb3d14 commit 3b82d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/getting-started/install/linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This should allow you to flash TinyGo programs on an Arduino or other supported
112112

113113
### Arch Linux
114114

115-
There is an [Arch package](https://archlinux.org/packages/community/x86_64/tinygo/) available for the latest TinyGo release.
115+
There is an [Arch package](https://archlinux.org/packages/extra/x86_64/tinygo/) available for the latest TinyGo release.
116116

117117
If you are only interested in compiling TinyGo code for WebAssembly then you are now done with the installation.
118118

@@ -126,7 +126,7 @@ There are some additional requirements to compile TinyGo programs that can run o
126126

127127
To compile and flash TinyGo programs for AVR based processors such as the original Arduino Uno you must install avrdude:
128128

129-
[avrdude package](https://www.archlinux.org/packages/community/x86_64/avrdude/)
129+
[avrdude package](https://archlinux.org/packages/extra/x86_64/avrdude/)
130130

131131
This should allow you to flash TinyGo programs on an Arduino or other supported AVR-based board.
132132

0 commit comments

Comments
 (0)