repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
15f34d4
parent
74575d6
author
Eric Bower
date
2023-01-03 21:06:24 +0000 UTC
fix: about page link to scrape

Closes #230
1 files changed,  +1, -1
M src/scripts/static.ts
+1, -1
1@@ -214,7 +214,7 @@ const createAboutPage = () => {
2       <p>
3         As of right now, most of our data is scraped from github. You can find our scrape script
4         <a
5-          href="https://github.com/neurosnap/neovimcraft/blob/main/scripts/scrape.ts"
6+          href="https://github.com/neurosnap/neovimcraft/blob/main/src/scripts/scrape.ts"
7          >here</a
8         >.
9       </p>