[DOC-CVS] [doc-base] master: Improve FAQ link to contributing guide, fix typo (#297)

[email protected] (hakre via GitHub) Tue, 9 Jun 2026 22:06:58 +0000
Newsgroups php.doc.cvs
Message-ID <[email protected]>
Author: hakre (hakre)
Committer: GitHub (web-flow)
Pusher: jordikroon
Date: 2026-06-10T00:06:55+02:00

Commit: https://github.com/php/doc-base/commit/4c54e12aad97e5df37e175dedfb45a9cdc559ca3
Raw diff: https://github.com/php/doc-base/commit/4c54e12aad97e5df37e175dedfb45a9cdc559ca3.diff

Improve FAQ link to contributing guide, fix typo (#297)

* fix ref contributing minor changes

* fix typo

Changed paths:
  M  docs/faq.md
  M  docs/overview.md


Diff:

diff --git a/docs/faq.md b/docs/faq.md
index 57475027fd..5f8704d6ca 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -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).
 
 ## 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.
diff --git a/docs/overview.md b/docs/overview.md
index 8d00fff609..97d99ee682 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -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,