From 912c21cf09aaeaf4e16a294765e512b0047761c7 Mon Sep 17 00:00:00 2001
From: Fran Garcia-Linares <fjgarlin@gmail.com>
Date: Thu, 2 May 2024 13:24:57 +0200
Subject: [PATCH] Issue #3439644 by jonathan1055, fjgarlin: Review all
 documentation pages.

---
 CHANGELOG.md         | 5 +++++
 docs/info/drupal7.md | 1 +
 docs/jobs/phpunit.md | 2 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfdd6a01..f9d1c5a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # GitLab Templates Changelog
 
+## 1.3.12 - 2024-05-xx
+
+#3439644 - Review all documentation pages, part 2.\
+#3444778 - Improve the check-versions job output.
+
 ## 1.3.11 - 2024-04-23
 
 #3444091 - Offer handy service to extend from with services connected.
diff --git a/docs/info/drupal7.md b/docs/info/drupal7.md
index dd6e7ecc..82b8324b 100644
--- a/docs/info/drupal7.md
+++ b/docs/info/drupal7.md
@@ -37,6 +37,7 @@ variables:
   _D7_DRUPAL_TEST_DEPENDENCIES: "entity field_collection link"
 ```
 These modules will be downloaded via `drush pm:download`. You can specify different variations in the list of modules:
+
 - Dev version of a module: `entity -dev`
 - Exact version of a module: `entity-7.x-1.3`
 
diff --git a/docs/jobs/phpunit.md b/docs/jobs/phpunit.md
index 53b0544c..3ee86575 100644
--- a/docs/jobs/phpunit.md
+++ b/docs/jobs/phpunit.md
@@ -68,7 +68,7 @@ phpunit:
 
 ## Variants
 
-The phpunit job has multiple variants to check previous, current and future versions of Drupal. See the [OPT_IN variables](./jobs.md#skip-and-opt_in-variables) for more details.
+The phpunit job has multiple variants to check previous, current and future versions of Drupal. See the [OPT_IN variables](./jobs.md) for more details.
 
 ## Deprecations
 
-- 
GitLab