Skip to content

Commit 848f0e9

Browse files
Replace GitHub with SkyVault in links (ALD-16)
AdaptableSidebarSheetView will remain on GitHub because it will be unsupported in the future.
1 parent 82aded0 commit 848f0e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

MCMaps/Resources/Alidade.docc/Articles/Building.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@Metadata {
44
@PageImage(purpose: card, source: "Card-Building")
5-
@CallToAction(url: "https://github.com/AlidadeMC/alidade/archive/refs/heads/main.zip", purpose: download)
5+
@CallToAction(url: "https://source.marquiskurt.net/AlidadeMC/alidade/archive/refs/heads/main.zip", purpose: download)
66
}
77

88
Build the Alidade app from the source code.
@@ -34,7 +34,7 @@ Download a copy of the code by either pressing the download button at the
3434
top of this article, or run the following command below in your Terminal:
3535

3636
```
37-
git clone --recursive https://github.com/AlidadeMC/alidade.git
37+
git clone --recursive https://source.marquiskurt.net/AlidadeMC/alidade.git
3838
```
3939

4040
> Important: Alidade requires dependencies cloned via Git submodules, such

MCMaps/Resources/Credits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Alidade was made possible thanks to the following open-source projects:
66
- [**Adaptable Sidebar Sheet**](https://github.com/AlidadeMC/adaptablesidebarsheetview) - Mozilla Public License, v2
77
- [**Caching MapKit Tile Overlay**](https://github.com/stadiamaps/mapkit-caching-tile-overlay) - BSD 3-Clause License
88
- [**Cubiomes**](https://github.com/Cubitect/cubiomes) - MIT License
9-
- [**CubiomesKit**](https://github.com/AlidadeMC/cubiomeskit) - Mozilla Public License, v2
9+
- [**CubiomesKit**](https://source.marquiskurt.net/AlidadeMC/cubiomeskit) - Mozilla Public License, v2
1010
- [**VersionedCodable**](https://github.com/jrothwell/VersionedCodable) - MIT License
1111

1212

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"Credits" = "Credits";
2-
"credit_text"="Alidade is free and open-source software licensed under the Mozilla Public License, v2.0. For more information on your rights, you can visit https://www.mozilla.org/en-US/MPL/2.0/.\n\nOPEN SOURCE LIBRARIES\nAlidade was made possible thanks to the following open-source projects:\n\n- Adaptable Sidebar Sheet: Mozilla Public License, v2 (https://github.com/AlidadeMC/adaptablesidebarsheetview)\n- Caching MapKit Tile Overlay: BSD 3-Clause License (https://github.com/stadiamaps/mapkit-caching-tile-overlay)\n- Cubiomes: MIT License (https://github.com/Cubitect/cubiomes)\n- CubiomesKit: Mozilla Public License, v2 (https://github.com/AlidadeMC/cubiomeskit)\n- VersionedCodable: MIT License (https://github.com/jrothwell/VersionedCodable)\n\n\nSPECIAL THANKS\n- Christine Kearney-Kurt\n- Michael Kurt\n- Jo Kurt\n- Em Belkowitz\n- Paul Straw\n- Zack Snyder (The3DPrintist)\n- rae\n- Zel\n- Kiwi\n- 2DArray\n- Grant Neufeld\n- femialiu\n- Jon Reid\n- Joe Graf (joeisanerd)\n- Morris Richman";
2+
"credit_text"="Alidade is free and open-source software licensed under the Mozilla Public License, v2.0. For more information on your rights, you can visit https://www.mozilla.org/en-US/MPL/2.0/.\n\nOPEN SOURCE LIBRARIES\nAlidade was made possible thanks to the following open-source projects:\n\n- Adaptable Sidebar Sheet: Mozilla Public License, v2 (https://github.com/AlidadeMC/adaptablesidebarsheetview)\n- Caching MapKit Tile Overlay: BSD 3-Clause License (https://github.com/stadiamaps/mapkit-caching-tile-overlay)\n- Cubiomes: MIT License (https://github.com/Cubitect/cubiomes)\n- CubiomesKit: Mozilla Public License, v2 (https://source.marquiskurt.net/AlidadeMC/cubiomeskit)\n- VersionedCodable: MIT License (https://github.com/jrothwell/VersionedCodable)\n\n\nSPECIAL THANKS\n- Christine Kearney-Kurt\n- Michael Kurt\n- Jo Kurt\n- Em Belkowitz\n- Paul Straw\n- Zack Snyder (The3DPrintist)\n- rae\n- Zel\n- Kiwi\n- 2DArray\n- Grant Neufeld\n- femialiu\n- Jon Reid\n- Joe Graf (joeisanerd)\n- Morris Richman";

MCMaps/Shared/Models/AppLink.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum AppLink: String {
1313
case help = "https://docs.alidade.dev/documentation/alidade/userguide"
1414

1515
/// The link to the source code.
16-
case github = "https://github.com/AlidadeMC/Alidade"
16+
case github = "https://source.marquiskurt.net/AlidadeMC/Alidade"
1717

1818
/// The link to the bug reporter.
1919
case issues = "https://youtrack.marquiskurt.net/youtrack/newIssue?project=ALD&c=add+Board+Alidade+Kanban+Board"

0 commit comments

Comments
 (0)