diff --git a/docs/intro.md b/docs/intro.md
index 35cce0e5c0..9f43b2fc7c 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -1,13 +1,13 @@
---
id: introduction
title: Introduction
-description: Developer documentation for Moodle 4.5.
+description: Developer documentation for Moodle 5.0.
slug: /
tags:
- Getting started
---
-Welcome to the Developer Documentation for **Moodle 4.5**.
+Welcome to the Developer Documentation for **Moodle 5.0**.
This documentation is version-specific and includes a range of useful guides and information.
@@ -17,10 +17,10 @@ This documentation is version-specific and includes a range of useful guides and
- Look through our [guides to Moodle APIs](./apis.md)
- Browse our [Moodle feature](./guides.md) deep dives
- Interested in supporting the Moodle App in your plugins? Read the [Moodle App documentation](/general/app)
-{/*- You may want to read the [Release notes](/general/releases/4.5) for Moodle 4.5 */}
+{/*- You may want to read the [Release notes](/general/releases/5.0) for Moodle 5.0 */}
:::
import ReleaseStateSummary from '@site/src/components/ReleaseStateSummary';
-
+
diff --git a/general/documentation/forking-versions.md b/general/documentation/forking-versions.md
index 2dd129c499..7610fa5ee2 100644
--- a/general/documentation/forking-versions.md
+++ b/general/documentation/forking-versions.md
@@ -32,6 +32,8 @@ Typically this task is performed by the Integration team using the following ste
1. Uncomment and update the link to the release notes for this version
1. Open `docs/devupdate.md` in your editor
1. Clear the content of this file and update the version numbers
+1. Open `docs/intro.md` in your editor
+1. Update the occurrences of the version number for the recent release with the version number for the next major version of Moodle
1. Open `nextVersion.js` in your editor
1. Update the values for `nextVersion` (and `nextLTSVersion` after the release of an LTS version)
1. Commit these changes ([Example from Moodle 4.4](https://github.com/moodle/devdocs/commit/XXaeb6385209caed38d757d53bc47f9bd66fdcfa0cY))
diff --git a/src/components/ReleaseStateSummary/index.tsx b/src/components/ReleaseStateSummary/index.tsx
index 3cb7e55086..b6dd25504a 100644
--- a/src/components/ReleaseStateSummary/index.tsx
+++ b/src/components/ReleaseStateSummary/index.tsx
@@ -105,7 +105,7 @@ function futureRelease({ releaseData }: majorVersionData): JSX.Element {
, which
{' '}
{releaseData.isLTS && will be an LTS release}
- {!releaseData.isLTS && will not an LTS release}
+ {!releaseData.isLTS && will not be an LTS release}
, is scheduled for release on
{' '}