diff --git a/content/docs/cdn-links.md b/content/docs/cdn-links.md
index e357811d..d959108f 100644
--- a/content/docs/cdn-links.md
+++ b/content/docs/cdn-links.md
@@ -9,18 +9,18 @@ next: release-channels.html
Both React and ReactDOM are available over a CDN.
```html
-
-
+
+
```
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at:
```html
-
-
+
+
```
-To load a specific version of `react` and `react-dom`, replace `17` with the version number.
+To load a specific version of `react` and `react-dom`, replace `18` with the version number.
### Why the `crossorigin` Attribute? {#why-the-crossorigin-attribute}