Skip to content

Commit df44215

Browse files
docs: clarify /download reference on Previous Releases page
1 parent c68b9b5 commit df44215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/site/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
33
/// <reference types="next/navigation-types/compat/navigation" />
4-
import './.next/types/routes.d.ts';
4+
import './.next/dev/types/routes.d.ts';
55

66
// NOTE: This file should not be edited
77
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

apps/site/pages/en/about/previous-releases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Installation methods designated as “Official” must meet the following requir
4141

4242
### Community Installation Methods
4343

44-
Community installation methods included on the self-service [download page](/download) must also adhere to a minimum set of criteria:
44+
Community installation methods included on the self-service (located at /download) must also adhere to a minimum set of criteria:
4545

4646
- **Version Support:** Must support all currently supported, non-End-of-Life (EOL) Node.js versions.
4747
- **OS Compatibility:** Must function on at least one officially supported Operating System (OS).

0 commit comments

Comments
 (0)