Skip to content

Commit bf9b932

Browse files
committed
Fix local links on new docs/ pages
1 parent ea003a4 commit bf9b932

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/howto.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ title: rpm.org - HOWTOs
88
Topic manuals and tutorials that are not part of the [reference documentation](./).
99

1010
### General Use
11-
* [RPM Database Recovery](user_doc/db_recovery.html)
12-
* [Frequently Asked Questions (FAQ)](user_doc/faq.html)
11+
* [RPM Database Recovery](/user_doc/db_recovery.html)
12+
* [Frequently Asked Questions (FAQ)](/user_doc/faq.html)
1313

1414
### Packaging
15-
* [Building Packages so that multiple versions of the same package can co-install](user_doc/multiple_versions.html)
15+
* [Building Packages so that multiple versions of the same package can co-install](/user_doc/multiple_versions.html)
1616

1717
### API
18-
* [How to ensure Large File Support for tools using the RPM API](devel_doc/large_files.html)
18+
* [How to ensure Large File Support for tools using the RPM API](/devel_doc/large_files.html)
1919

2020
### Development
21-
* [RPM Release Guide](devel_doc/release_maintaince.html)
22-
* [Large File Support in RPM](devel_doc/large_files.html)
23-
* [Internal State Machines in RPM](devel_doc/state_machines.html)
21+
* [RPM Release Guide](/devel_doc/release_maintaince.html)
22+
* [Large File Support in RPM](/devel_doc/large_files.html)
23+
* [Internal State Machines in RPM](/devel_doc/state_machines.html)

docs/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Documentation provided by distributions and the community.
2525
* **Red Hat RPM Guide** A 2003 book by [Eric Foster-Johnson](https://foster-johnson.com/), this has been released later under the Open Publication License and a draft close to the published version is available on-line as [Fedora RPM Guide](https://web.archive.org/web/20170608211215/docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html//RPM_Guide/index.html). This book covers everything from basic usage to advanced tricks, package creation and API programming.
2626

2727
### Other
28-
* [Software related to RPM](software.html)
28+
* [Software related to RPM](/software.html)

0 commit comments

Comments
 (0)