Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ you will soon come along and flesh them out might seem like a good idea. However
temporary often becomes permanent.

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They both work, but adding .md makes this a little more git friendly.


## How do I add a link to a method?
Use `<methodname>Class::method</methodname>`. Note that the case does not matter when adding a link.
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Other than the above PhD also does the following:
## web-php

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

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