Skip to content

Commit 89e79fa

Browse files
committed
update docs
1 parent a7a5ed4 commit 89e79fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

β€ŽReadme.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Compatible to PHP 8.3
99
πŸ‘€ Author: Axel Hahn \
1010
πŸ“„ Source: <https://github.com/axelhahn/php-classdoc> \
1111
πŸ“œ License: GNU GPL 3.0 \
12-
πŸ“— Docs: TODO
12+
πŸ“— Docs: <https://www.axel-hahn.de/docs/php-classdoc/>

β€Ždocs/_index.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Free software and Open Source
1414
Compatible to PHP 8.3
1515

1616
πŸ‘€ Author: Axel Hahn \
17-
πŸ“„ Source: <https://github.com/axelhahn/ahlogger> \
17+
πŸ“„ Source: <https://github.com/axelhahn/php-classdoc> \
1818
πŸ“œ License: GNU GPL 3.0 \
19-
πŸ“— Docs: <https://www.axel-hahn.de/docs/ahlogger>
19+
πŸ“— Docs: <https://www.axel-hahn.de/docs/php-classdoc/>

β€Ždocs/config.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "php-classdoc",
2+
"title": "PHP class doc generator",
33
"author": "Axel Hahn",
44
"tagline": "Create a documentation for a php class file",
55
"ignore": {
@@ -18,7 +18,7 @@
1818
},
1919
"links": {
2020
"Git Repo": "https://github.com/axelhahn/php-classdoc/",
21-
"Axels Docs": "https://www.axel-hahn.de/docs/"
21+
"Axels Docs": "https://www.axel-hahn.de/docs/php-classdoc/"
2222
},
2323
"theme": "daux-blue",
2424
"search": true

0 commit comments

Comments
Β (0)