Skip to content

Commit 33ccb34

Browse files
committed
Point wiki links to Spark page
1 parent 061391f commit 33ccb34

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ The Southeast Christian Church app source code is hosted here as well. This way
1515

1616
## Contributing
1717

18-
New features, wiki improvements or bug fixes welcome! Check out the [wiki](https://github.com/secc/Avalanche/wiki)
19-
for more information.
20-
18+
New features, wiki improvements or bug fixes welcome! Check out the [wiki](https://github.com/SparkDevNetwork/Avalanche/wiki)
19+
for more information.
20+
2121
iOS: [![Build status](https://build.appcenter.ms/v0.1/apps/58278ba1-767b-474b-ba5b-228a3629a64e/branches/master/badge)](https://appcenter.ms)
2222

2323
Android: [![Build status](https://build.appcenter.ms/v0.1/apps/710bfd8c-40e7-465e-a2c1-121613563ce8/branches/master/badge)](https://appcenter.ms)
24-
24+
2525
## License
2626

2727
Distributed under the Southeast Christian Church License Agreement. Plugins and other includes under their respective liscences.
2828

29-
[Markdown View](https://github.com/aloisdeniel/MarkdownView) used under MIT license
29+
[Markdown View](https://github.com/aloisdeniel/MarkdownView) used under MIT license

Tools/AutoDocumenter/Program.cs

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,26 @@ static void Main( string[] args )
4040

4141
public static Dictionary<string, string> typeInformation = new Dictionary<string, string>
4242
{
43-
{ typeof (string).Name, "[string](https://github.com/secc/Avalanche/wiki/String)"},
44-
{ typeof (int).Name, "[int](https://github.com/secc/Avalanche/wiki/Int)"},
45-
{ typeof (ImageSource).Name, "[ImageSource](https://github.com/secc/Avalanche/wiki/ImageSource)"},
46-
{ typeof (bool).Name,"[bool](https://github.com/secc/Avalanche/wiki/Bool)"},
47-
{typeof(Accelerator).Name,"[Accelerator](https://github.com/secc/Avalanche/wiki/Accelerator)"},
48-
{typeof(Binding).Name,"[Binding](https://github.com/secc/Avalanche/wiki/Binding)"},
49-
{typeof(Rectangle).Name, "[Rectangle](https://github.com/secc/Avalanche/wiki/Rectangle)"},
50-
{typeof(Color).Name, "[Color](https://github.com/secc/Avalanche/wiki/Color)"},
51-
{typeof(Constraint).Name, "[Constraint](https://github.com/secc/Avalanche/wiki/Constraint)"},
52-
{typeof(Font).Name, "[Font](https://github.com/secc/Avalanche/wiki/Font)"},
53-
{typeof(GridLength).Name,"[GridLength](https://github.com/secc/Avalanche/wiki/GridLength)"},
54-
{typeof(Keyboard).Name, "[Keyboard](https://github.com/secc/Avalanche/wiki/Keyboard)"},
55-
{typeof(List<string>).Name, "[List of Strings](https://github.com/secc/Avalanche/wiki/String)"},
56-
{typeof(LayoutOptions).Name, "[LayoutOptions](https://github.com/secc/Avalanche/wiki/LayoutOptions)"},
57-
{typeof(Point).Name,"[Point](https://github.com/secc/Avalanche/wiki/Point)"},
58-
{typeof(double).Name, "[double](https://github.com/secc/Avalanche/wiki/Double)"},
59-
{typeof(Thickness).Name, "[Thickness](https://github.com/secc/Avalanche/wiki/Thickness)"},
60-
{typeof(Type).Name,"[Type](https://github.com/secc/Avalanche/wiki/Type)"},
61-
{typeof(Uri).Name,"[Uri](https://github.com/secc/Avalanche/wiki/Uri)"},
62-
{typeof(WebViewSource).Name,"[WebViewSource](https://github.com/secc/Avalanche/wiki/WebViewSource)"},
43+
{ typeof (string).Name, "[string](https://github.com/SparkDevNetwork/Avalanche/wiki/String)"},
44+
{ typeof (int).Name, "[int](https://github.com/SparkDevNetwork/Avalanche/wiki/Int)"},
45+
{ typeof (ImageSource).Name, "[ImageSource](https://github.com/SparkDevNetwork/Avalanche/wiki/ImageSource)"},
46+
{ typeof (bool).Name,"[bool](https://github.com/SparkDevNetwork/Avalanche/wiki/Bool)"},
47+
{typeof(Accelerator).Name,"[Accelerator](https://github.com/SparkDevNetwork/Avalanche/wiki/Accelerator)"},
48+
{typeof(Binding).Name,"[Binding](https://github.com/SparkDevNetwork/Avalanche/wiki/Binding)"},
49+
{typeof(Rectangle).Name, "[Rectangle](https://github.com/SparkDevNetwork/Avalanche/wiki/Rectangle)"},
50+
{typeof(Color).Name, "[Color](https://github.com/SparkDevNetwork/Avalanche/wiki/Color)"},
51+
{typeof(Constraint).Name, "[Constraint](https://github.com/SparkDevNetwork/Avalanche/wiki/Constraint)"},
52+
{typeof(Font).Name, "[Font](https://github.com/SparkDevNetwork/Avalanche/wiki/Font)"},
53+
{typeof(GridLength).Name,"[GridLength](https://github.com/SparkDevNetwork/Avalanche/wiki/GridLength)"},
54+
{typeof(Keyboard).Name, "[Keyboard](https://github.com/SparkDevNetwork/Avalanche/wiki/Keyboard)"},
55+
{typeof(List<string>).Name, "[List of Strings](https://github.com/SparkDevNetwork/Avalanche/wiki/String)"},
56+
{typeof(LayoutOptions).Name, "[LayoutOptions](https://github.com/SparkDevNetwork/Avalanche/wiki/LayoutOptions)"},
57+
{typeof(Point).Name,"[Point](https://github.com/SparkDevNetwork/Avalanche/wiki/Point)"},
58+
{typeof(double).Name, "[double](https://github.com/SparkDevNetwork/Avalanche/wiki/Double)"},
59+
{typeof(Thickness).Name, "[Thickness](https://github.com/SparkDevNetwork/Avalanche/wiki/Thickness)"},
60+
{typeof(Type).Name,"[Type](https://github.com/SparkDevNetwork/Avalanche/wiki/Type)"},
61+
{typeof(Uri).Name,"[Uri](https://github.com/SparkDevNetwork/Avalanche/wiki/Uri)"},
62+
{typeof(WebViewSource).Name,"[WebViewSource](https://github.com/SparkDevNetwork/Avalanche/wiki/WebViewSource)"},
6363
};
6464

6565
private static string GetInformation( Type propertyType )

0 commit comments

Comments
 (0)