Skip to content

Commit b06d9be

Browse files
committed
Fix a bunch of broken links from .md usage
1 parent b5498d4 commit b06d9be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RPM is quite a mature project in the OSS landscape, with first VCS
1717
commit of the current tree dating back to 1995. As such it can be
1818
an interesting dig site for those with a weak spot for software
1919
archeology. Various major events from the over two decades of
20-
project history can be found in the [timeline](timeline.md).
20+
project history can be found in the [timeline](timeline.html).

contribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the [rpm mailing lists](community) with the
3434
rpm.org development team to avoid situations where efforts go wasted
3535
because it's not in line with RPM design and goals.**
3636

37-
Do read our [contributing guidelines](https://github.com/rpm-software-management/rpm/blob/master/CONTRIBUTING.md) as the very first thing.
37+
Do read our [contributing guidelines](https://github.com/rpm-software-management/rpm/blob/master/CONTRIBUTING.html) as the very first thing.
3838

3939
Write access can be granted for established contributors upon request, but
4040
for most things sending patches to the

user_doc/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Or-dependencies are not supported in existing RPM versions. This can be
6464
achieved by having a common virtual provide in A and B, and having C require
6565
that.
6666

67-
Since rpm version 4.13 you can also use [Boolean Dependencies](boolean_dependencies.md). So you can directly use:
67+
Since rpm version 4.13 you can also use [Boolean Dependencies](boolean_dependencies.html). So you can directly use:
6868

6969
```
7070
Requires: ( pkgA >= 1.2.3 or pkgB )

0 commit comments

Comments
 (0)