Skip to content

Commit 332f933

Browse files
haszihaszi
andauthored
Fix URLs in OVERVIEW and CONTRIBUTING_DOCS pointing at each other (#127)
Co-authored-by: haszi <[email protected]>
1 parent 7268da9 commit 332f933

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING_DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ before you [open a PR](#commit-changes-and-open-a-pr).
5959

6060
If you'd like to know more about what each repository is
6161
and/or how PHP's documentation is built please refer to
62-
this [overview](https://github.com/php/doc-base/OVERVIEW.md).
62+
this [overview](https://github.com/php/doc-base/blob/master/OVERVIEW.md).
6363

6464
### Requirements
6565

OVERVIEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and these are where changes to the content/structure
2222
of the [php.net's documentation pages](https://www.php.net/docs.php) are made.
2323

2424
Please refer to [doc-base's](https://github.com/php/doc-base)
25-
[contribution guidlines](https://github.com/php/doc-base/CONTRIBUTING_DOCS.md)
25+
[contribution guidlines](https://github.com/php/doc-base/blob/master/CONTRIBUTING_DOCS.md)
2626
on how to contribute to the documentation.
2727

2828
## doc-base
@@ -40,7 +40,7 @@ and the `configure.php` script which processes the documentation:
4040
- validates the document based on its DTD
4141

4242
Please refer to [doc-base's](https://github.com/php/doc-base)
43-
[contribution guidlines](https://github.com/php/doc-base/CONTRIBUTING_DOCS.md)
43+
[contribution guidlines](https://github.com/php/doc-base/blob/master/CONTRIBUTING_DOCS.md)
4444
on further details on how to use doc-base.
4545

4646
## PhD
@@ -68,7 +68,7 @@ Other than the above PhD also does the following:
6868
(the TOC/navbar on the right side of the documentation pages)
6969

7070
Please refer to [doc-base's](https://github.com/php/doc-base)
71-
[contribution guidlines](https://github.com/php/doc-base/CONTRIBUTING_DOCS.md)
71+
[contribution guidlines](https://github.com/php/doc-base/blob/master/CONTRIBUTING_DOCS.md)
7272
on further details on how to use PhD.
7373

7474
## web-php

0 commit comments

Comments
 (0)