We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca63d0c commit 847b3bbCopy full SHA for 847b3bb
…ent/docs/cpp/language/basic_concepts.mdx src/content/docs/cpp/language/basics.mdxsrc/content/docs/cpp/language/basic_concepts.mdx renamed to src/content/docs/cpp/language/basics.mdx
src/content/docs/index.mdx
@@ -8,7 +8,7 @@ hero:
8
file: ../../assets/cpp-logo.svg
9
actions:
10
- text: Reference
11
- link: /cpp/language/basic_concepts
+ link: /cpp/language/basics
12
variant: primary
13
icon: right-arrow
14
- text: GitHub Repository
@@ -22,7 +22,7 @@ banner:
22
import { LinkCard, CardGrid } from '@astrojs/starlight/components';
23
24
<CardGrid>
25
- <LinkCard title="C++ Language Reference" href="/cpp/language/basic_concepts" />
+ <LinkCard title="C++ Language Reference" href="/cpp/language/basics" />
26
<LinkCard title="C++ Library Reference" href="/cpp/library" />
27
<LinkCard title="C Language Reference" href="/c/language/basic" />
28
<LinkCard title="C Library Reference" />
0 commit comments