Skip to content

Commit 416199b

Browse files
fix: fedora instructions not properly scaped (#3199)
Co-authored-by: Iain Cox <[email protected]>
1 parent 7ff1eb1 commit 416199b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_partials/_install-self-hosted-redhat-based.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
sudo tee /etc/yum.repos.d/timescale_timescaledb.repo <<EOL
5151
[timescale_timescaledb]
5252
name=timescale_timescaledb
53-
baseurl=https://packagecloud.io/timescale/timescaledb/el/8/$basearch
53+
baseurl=https://packagecloud.io/timescale/timescaledb/el/9/\$basearch
5454
repo_gpgcheck=1
5555
gpgcheck=0
5656
enabled=1
@@ -127,4 +127,4 @@
127127
128128
</Procedure>
129129
130-
[config]: /self-hosted/:currentVersion:/configuration/
130+
[config]: /self-hosted/:currentVersion:/configuration/

0 commit comments

Comments
 (0)