Skip to content

Commit 4c54e12

Browse files
authored
Improve FAQ link to contributing guide, fix typo (#297)
* fix ref contributing minor changes * fix typo
1 parent 65a56ca commit 4c54e12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ you will soon come along and flesh them out might seem like a good idea. However
1717
temporary often becomes permanent.
1818

1919
## Is there an online editor?
20-
No, but [simple changes can be submitted via GitHub](contributing#minor-changes).
20+
No, but [simple changes can be submitted via GitHub](contributing.md#minor-changes).
2121

2222
## How do I add a link to a method?
2323
Use `<methodname>Class::method</methodname>`. Note that the case does not matter when adding a link.

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Other than the above PhD also does the following:
6565
## web-php
6666

6767
[web-php](https://github.com/php/web-php) is the repository that PHP's web servers actually run
68-
(ie. almost everything accesible on [php.net](https://php.net)).
68+
(ie. almost everything accessible on [php.net](https://php.net)).
6969

7070
This repository includes the functions that generate the header (top
7171
navigation and search bar) and footer (copyright, privacy policy,

0 commit comments

Comments
 (0)