diff options
Diffstat (limited to 'examples/portfolio/src')
-rw-r--r-- | examples/portfolio/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/src/pages/index.astro b/examples/portfolio/src/pages/index.astro index 5fbeea15a..9388834ab 100644 --- a/examples/portfolio/src/pages/index.astro +++ b/examples/portfolio/src/pages/index.astro @@ -222,7 +222,7 @@ const featuredProject = projects[0]; <h3 class="sectionTitle">About me</h3> <p class="bio"> <span>Hello!</span> I’m Jeanine, and this is my website. It was made using{' '} - <a href="https://github.com/snowpackjs/astro" target="_blank" rel="nofollow"> + <a href="https://github.com/withastro/astro" target="_blank" rel="nofollow"> Astro </a>, a new way to build static sites. This is just an example template for you to modify. </p> |