Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks to improve “link” search results #2091

Merged
merged 4 commits into from
Nov 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Everything’s a component! But this is a page
delucis authored Nov 22, 2022
commit 73919fabc529a08443ab53e0d8cc764057679655
2 changes: 1 addition & 1 deletion src/pages/en/core-concepts/astro-pages.md
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ Astro leverages a routing strategy called **file-based routing**. Each file in y

### Link between pages

Write standard HTML [`<a>` elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) in your Astro components to link to other pages on your site.
Write standard HTML [`<a>` elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) in your Astro pages to link to other pages on your site.

## Astro Pages