Skip to content

Commit c412919

Browse files
mvorisekiluuu1994
authored andcommitted
Add hosted docs link to docs/README.md
Closes phpGH-13633
1 parent 540e37f commit c412919

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# php-src docs
22

3-
This is the home of the php-src internal documentation. It is in very early stages, but is intended
4-
to become the primary place where new information about php-src is documented. Over time, it is
5-
expected to replace various mediums like:
3+
This is the home of the php-src internal documentation, hosted at
4+
[php.github.io/php-src/](https://php.github.io/php-src/). It is in very early stages, but is
5+
intended to become the primary place where new information about php-src is documented. Over time,
6+
it is expected to replace various mediums like:
67

78
* https://www.phpinternalsbook.com/
89
* https://wiki.php.net/internals
@@ -21,7 +22,8 @@ That's it! You can view the documentation under `./build/html/index.html` in you
2122

2223
## Formatting
2324

24-
The files in this documentation are formatted using the [``rstfmt``](https://github.com/dzhu/rstfmt) tool.
25+
The files in this documentation are formatted using the
26+
[``rstfmt``](https://github.com/dzhu/rstfmt) tool.
2527

2628
```bash
2729
rstfmt -w 100 source

0 commit comments

Comments
 (0)