Skip to content

Commit 7e14e59

Browse files
committed
Fix release information for 5.0 dev docs intro page
1 parent 4f2c361 commit 7e14e59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
id: introduction
33
title: Introduction
4-
description: Developer documentation for Moodle 4.5.
4+
description: Developer documentation for Moodle 5.0.
55
slug: /
66
tags:
77
- Getting started
88
---
99

10-
Welcome to the Developer Documentation for **Moodle 4.5**.
10+
Welcome to the Developer Documentation for **Moodle 5.0**.
1111

1212
This documentation is version-specific and includes a range of useful guides and information.
1313

@@ -17,10 +17,10 @@ This documentation is version-specific and includes a range of useful guides and
1717
- Look through our [guides to Moodle APIs](./apis.md)
1818
- Browse our [Moodle feature](./guides.md) deep dives
1919
- Interested in supporting the Moodle App in your plugins? Read the [Moodle App documentation](/general/app)
20-
{/*- You may want to read the [Release notes](/general/releases/4.5) for Moodle 4.5 */}
20+
{/*- You may want to read the [Release notes](/general/releases/5.0) for Moodle 5.0 */}
2121

2222
:::
2323

2424
import ReleaseStateSummary from '@site/src/components/ReleaseStateSummary';
2525

26-
<ReleaseStateSummary releaseName="4.5" />
26+
<ReleaseStateSummary releaseName="5.0" />

0 commit comments

Comments
 (0)