Skip to content

Commit 654e6ee

Browse files
authored
Merge pull request #5534 from danielhoherd/fix-docs-links
Update links to use current docs site
2 parents b54f9b8 + 94400e3 commit 654e6ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rpm-ostree: A true hybrid image/package system
22

33
rpm-ostree is a hybrid image/package system. It combines
4-
[libostree](https://ostree.readthedocs.io/en/latest/) as a base image format,
4+
[libostree](https://ostreedev.github.io/ostree/) as a base image format,
55
and accepts RPM on both the client and server side, sharing code with the
66
[dnf](https://en.wikipedia.org/wiki/DNF_(software)) project; specifically
77
[libdnf](https://github.com/rpm-software-management/libdnf). and thus bringing

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav_order: 1
99
{:toc}
1010

1111
rpm-ostree is a hybrid image/package system. It combines
12-
[libostree](https://ostree.readthedocs.io/en/latest/) as a base image format,
12+
[libostree](https://ostreedev.github.io/ostree/) as a base image format,
1313
and accepts RPM on both the client and server side, sharing code with the
1414
[dnf](https://en.wikipedia.org/wiki/DNF_(software)) project; specifically
1515
[libdnf](https://github.com/rpm-software-management/libdnf). and thus bringing

experiments-and-demos/skopeo2ostree/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN echo 'Storage=persistent' >> /etc/systemd/journald.conf
2424
RUN systemctl unmask systemd-remount-fs.service dev-hugepages.mount sys-fs-fuse-connections.mount systemd-logind.service getty.target console-getty.service
2525
# FIXME - not starting for some reason
2626
RUN systemctl mask firewalld
27-
# https://ostree.readthedocs.io/en/latest/manual/adapting-existing/
27+
# https://ostreedev.github.io/ostree/adapting-existing/
2828
RUN for x in srv home media mnt opt; do mv /${x} /var/${x} && ln -sr /var/${x} /${x}; done \
2929
&& rm /root -rf && ln -sr /var/roothome /root \
3030
&& rm /usr/local -rf && ln -sr /var/usrlocal /usr/local \

0 commit comments

Comments
 (0)