Skip to content

Commit

Permalink
migrate wiki links to new site
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jun 9, 2023
1 parent cfc5fc9 commit 453bd2a
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
const wikiDropdownLinks = [
{
title: 'General',
url: 'https://github.com/teambtcmap/btcmap-data/wiki',
url: 'https://wiki.btcmap.org',
icon: 'general',
external: true
},
{
title: 'API',
url: 'https://github.com/teambtcmap/btcmap-api/wiki',
url: 'https://wiki.btcmap.org/api/introduction.html',
icon: 'api',
external: true
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/map/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ export const generateMarker = (
}
<a
href="https://github.com/teambtcmap/btcmap-data/wiki/Map-Legend"
href="https://wiki.btcmap.org/general/map-legend.html"
target="_blank"
rel="noreferrer"
class='flex items-center !text-primary dark:!text-white hover:!text-link dark:hover:!text-link text-xs transition-colors'>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/activity/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<p class="text-center text-xl text-primary dark:text-white lg:text-left">
You too can be a shadowy supertagging legend! What are you waiting for? <a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#shadowy-supertaggers"
href="https://wiki.btcmap.org/general/tagging-instructions.html#shadowy-supertaggers-"
class="text-link transition-colors hover:text-hover">Get taggin’!</a
>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/add-location/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
class="mx-auto mb-4 md:mx-0 md:mb-0 md:mr-4"
/>
<a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#tagging-guidance"
href="https://wiki.btcmap.org/general/tagging-instructions.html#tagging-guidance"
target="_blank"
rel="noreferrer"
class="mr-1 text-link transition-colors hover:text-hover">Tag</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/add-location/endpoint/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Contact: ${contact}
Status: Todo
Created at: ${new Date(Date.now()).toISOString()}
If you are a new contributor please read our Tagging Instructions [here](https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions).`,
If you are a new contributor please read our Tagging Instructions [here](https://wiki.btcmap.org/general/tagging-instructions.html).`,
labels:
country && communities.length
? [...standardLabels, country, ...communities]
Expand Down
2 changes: 1 addition & 1 deletion src/routes/community/[area]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@

<p class="text-center text-sm text-body dark:text-white md:text-left">
*More information on bitcoin mapping tags can be found <a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#tagging-guidance"
href="https://wiki.btcmap.org/general/tagging-instructions.html#tagging-guidance"
target="_blank"
rel="noreferrer"
class="text-link transition-colors hover:text-hover">here</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/dashboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@

<p class="text-center text-sm text-body dark:text-white md:text-left">
*More information on bitcoin mapping tags can be found <a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#tagging-guidance"
href="https://wiki.btcmap.org/general/tagging-instructions.html#tagging-guidance"
target="_blank"
rel="noreferrer"
class="text-link transition-colors hover:text-hover">here</a
Expand Down
4 changes: 2 additions & 2 deletions src/routes/leaderboard/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<PrimaryButton
text="Smash these numbers"
style="w-[207px] mx-auto py-3 rounded-xl"
link="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#shadowy-supertaggers"
link="https://wiki.btcmap.org/general/tagging-instructions.html#shadowy-supertaggers-"
external
/>

Expand All @@ -223,7 +223,7 @@
{heading}
{#if heading === 'Tip'}
<a
href="https://github.com/teambtcmap/btcmap-data/wiki/Lightning-Tips"
href="https://wiki.btcmap.org/general/lightning-tips.html"
target="_blank"
rel="noreferrer"><i class="fa-solid fa-circle-info text-sm" /></a
>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/merchant/[id]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@
<p class="text-center text-sm text-body dark:text-white md:text-left">
*More information on bitcoin mapping tags can be found <a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions#tagging-guidance"
href="https://wiki.btcmap.org/general/tagging-instructions.html#tagging-guidance"
target="_blank"
rel="noreferrer"
class="text-link transition-colors hover:text-hover">here</a
Expand Down
4 changes: 2 additions & 2 deletions src/routes/tickets/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@

<p class="text-center text-xl text-primary dark:text-white lg:text-left">
More information on how to get involved can be found in our <a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions"
href="https://wiki.btcmap.org/general/tagging-instructions.html"
class="text-link transition-colors hover:text-hover">Tagging Instructions</a
>
and
<a
href="https://github.com/teambtcmap/btcmap-data/wiki/Creating-GeoJSON-Areas"
href="https://wiki.btcmap.org/general/geojson-areas.html"
class="text-link transition-colors hover:text-hover">Creating GeoJSON Areas</a
> Wiki pages.
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/verify-location/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
class="text-link transition-colors hover:text-hover">OpenStreetMap</a
>? You can check out our
<a
href="https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions"
href="https://wiki.btcmap.org/general/tagging-instructions.html"
target="_blank"
rel="noreferrer"
class="text-link transition-colors hover:text-hover">Wiki</a
Expand Down
2 changes: 1 addition & 1 deletion src/routes/verify-location/endpoint/+server.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Long: ${long}
Status: Todo
Created at: ${new Date(Date.now()).toISOString()}
If you are a new contributor please read our Tagging Instructions [here](https://github.com/teambtcmap/btcmap-data/wiki/Tagging-Instructions).`,
If you are a new contributor please read our Tagging Instructions [here](https://wiki.btcmap.org/general/tagging-instructions.html).`,
labels: country
? ['good first issue', 'help wanted', 'verify-submission', country]
: ['good first issue', 'help wanted', 'verify-submission']
Expand Down

0 comments on commit 453bd2a

Please sign in to comment.