repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
49452e4
parent
661d9f2
author
Eric Bower
date
2022-11-09 00:45:54 +0000 UTC
docs: point sourcecode links to github
9 files changed,  +9, -9
M imgs/html/marketing-footer.partial.tmpl
+1, -1
1@@ -7,7 +7,7 @@
2         <a href="/ops">ops</a> |
3         <a href="/help">help</a> |
4         <a href="/rss">rss</a> |
5-        <a href="https://git.sr.ht/~erock/pico">source</a>
6+        <a href="https://github.com/picosh/pico">source</a>
7     </div>
8 </footer>
9 {{end}}
M lists/html/help.page.tmpl
+1, -1
1@@ -201,7 +201,7 @@ I like to sing. Dance. And I like to have fun fun fun!</pre>
2         </p>
3         <ul>
4             <li>
5-                <a href="https://github.com/marketplace/actions/scp-publish-action">github marketplace</a>
6+                <a href="https://github.com/picosh/scp-publish-action">github action repo</a>
7             </li>
8             <li>
9                 <a href="https://github.com/neurosnap/lists-official-blog/blob/main/.github/workflows/publish.yml">example workflow</a>
M lists/html/marketing-footer.partial.tmpl
+1, -1
1@@ -8,7 +8,7 @@
2         <a href="/ops">ops</a> |
3         <a href="/help">help</a> |
4         <a href="/rss">rss</a> |
5-        <a href="https://git.sr.ht/~erock/pico">source</a>
6+        <a href="https://github.com/picosh/pico">source</a>
7     </div>
8 </footer>
9 {{end}}
M lists/html/marketing.page.tmpl
+1, -1
1@@ -39,7 +39,7 @@
2         <h2 class="text-lg font-bold">Examples</h2>
3         <p>
4             <a href="//hey.{{.Site.Domain}}">official blog</a> |
5-            <a href="https://git.sr.ht/~erock/lists-official-blog">blog source</a>
6+            <a href="https://github.com/picosh/lists-official-blog">blog source</a>
7         </p>
8     </section>
9 
M lists/html/spec.page.tmpl
+1, -1
1@@ -43,7 +43,7 @@
2 
3         <p>
4             The source code for our parser can be found
5-            <a href="https://git.sr.ht/~erock/pico/tree/main/item/lists/parser.go">here</a>.
6+            <a href="https://github.com/picosh/pico/tree/main/item/lists/parser.go">here</a>.
7         </p>
8     </section>
9 
M pastes/html/marketing-footer.partial.tmpl
+1, -1
1@@ -6,7 +6,7 @@
2         <a href="/">home</a> |
3         <a href="/ops">ops</a> |
4         <a href="/help">help</a> |
5-        <a href="https://git.sr.ht/~erock/pico">source</a>
6+        <a href="https://github.com/picosh/pico">source</a>
7     </div>
8 </footer>
9 {{end}}
M prose/html/help.page.tmpl
+1, -1
1@@ -295,7 +295,7 @@ This will show up on the blog landing page.
2         </p>
3         <ul>
4             <li>
5-                <a href="https://github.com/marketplace/actions/scp-publish-action">github marketplace</a>
6+                <a href="https://github.com/picosh/scp-publish-action">github action repo</a>
7             </li>
8             <li>
9                 <a href="https://github.com/neurosnap/lists-official-blog/blob/main/.github/workflows/publish.yml">example workflow</a>
M prose/html/marketing-footer.partial.tmpl
+1, -1
1@@ -7,7 +7,7 @@
2         <a href="/ops">ops</a> |
3         <a href="/help">help</a> |
4         <a href="/rss">rss</a> |
5-        <a href="https://git.sr.ht/~erock/pico">source</a>
6+        <a href="https://github.com/picosh/pico">source</a>
7     </div>
8 </footer>
9 {{end}}
M prose/html/marketing.page.tmpl
+1, -1
1@@ -39,7 +39,7 @@
2         <h2 class="text-lg font-bold">Examples</h2>
3         <p>
4             <a href="//hey.{{.Site.Domain}}">official blog</a> |
5-            <a href="https://git.sr.ht/~erock/prose-official-blog">blog source</a>
6+            <a href="https://github.com/picosh/official-blog">blog source</a>
7         </p>
8     </section>
9