Skip to content

Commit b82ed14

Browse files
Fix tests
1 parent dba7c52 commit b82ed14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_blogposts/2024-01-11-release-11-0-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In tandem with the new ReScript release, a new version of ReScript-React is rele
3939

4040
[ReScript Core](https://github.com/rescript-association/rescript-core) is ReScript's new standard library. It replaces the complete `Js` module as well as some of the more frequently used modules from `Belt` and is recommended to use with uncurried mode.
4141

42-
The latest docs on [https://rescript-lang.org](/) already use it for the examples, but please bear in mind that the [API docs](/docs/manual/latest/api) are not updated to it yet. This will happen soon, though as the next section suggests.
42+
The latest docs on [https://rescript-lang.org](/) already use it for the examples, but please bear in mind that the [API docs](/docs/manual/latest/api) are not updated to it yet. This will happen soon though, as the next section suggests.
4343

4444
### ReScript Tools / Documentation Extraction
4545

scripts/test-hrefs.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const createApiIndexModules = version => {
120120

121121
return acc.concat(paths);
122122
}, []);
123-
return paths;
123+
return ["latest/api", ...paths];
124124
};
125125

126126
const apiIndexModules = createApiIndexModules("latest")

0 commit comments

Comments
 (0)