From 4f645fa247876500b758a050955aed09444b766f Mon Sep 17 00:00:00 2001 From: "Hans Krentel (hakre)" Date: Tue, 7 Apr 2026 06:19:30 +0200 Subject: [PATCH 1/2] fix ref contributing minor changes --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `Class::method`. Note that the case does not matter when adding a link. From f54507fc502618dc157552a0d24e2f6d935f2cd2 Mon Sep 17 00:00:00 2001 From: "Hans Krentel (hakre)" Date: Thu, 9 Apr 2026 00:47:03 +0200 Subject: [PATCH 2/2] fix typo --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,