Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 1300bac

Browse files
committed
Update links to SharpDevelop wiki.
1 parent 2249da1 commit 1300bac

7 files changed

Lines changed: 17 additions & 16 deletions

File tree

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SharpDevelop is distributed under the MIT license.
88

99
The #develop project started on September 11th, 2000. The project was initiated
1010
by Mike Kr�ger. In the course of the project, several contributors joined in.
11-
If you want to contribute see http://wiki.sharpdevelop.net/JoiningTheTeam.ashx.
11+
If you want to contribute see <https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team>.
1212

1313
Overview
1414
#develop (short for SharpDevelop) is a free Integrated Development Environment

doc/SharpDevelopInfoResources.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,27 @@ https://github.com/icsharpcode/SharpDevelop/issues
1010

1111
++ WIKI ++
1212

13-
http://wiki.sharpdevelop.net/ (HOME)
14-
http://wiki.sharpdevelop.net/SharpDevelopSites.ashx (sites and servers)
15-
http://wiki.sharpdevelop.net/ScreenRecordingsForDevelopers.ashx
13+
https://github.com/icsharpcode/SharpDevelop/wiki (HOME)
14+
https://github.com/icsharpcode/SharpDevelop/wiki/AddIn-Writing-Help
15+
https://github.com/icsharpcode/SharpDevelop/wiki/Sites (sites and servers)
16+
https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers
1617

1718

1819
++ ROADMAPS ++
1920

20-
http://wiki.sharpdevelop.net/RoadmapVersion3x.ashx
21-
http://wiki.sharpdevelop.net/RoadmapVersion4x.ashx
21+
https://github.com/icsharpcode/SharpDevelop/wiki/RoadmapVersion4x
22+
https://github.com/icsharpcode/SharpDevelop/wiki/RoadmapVersion5x
2223

2324

2425
++ HELPING ++
2526

26-
http://wiki.sharpdevelop.net/JoiningTheTeam.ashx
27-
http://wiki.sharpdevelop.net/FeaturesWeSolicitHelpFor.ashx
27+
https://github.com/icsharpcode/SharpDevelop/wiki/Joining-the-Team
28+
https://github.com/icsharpcode/SharpDevelop/wiki/Features-you-could-help-us-with
2829

2930

3031
++ WISH LIST ++
3132

32-
http://wiki.sharpdevelop.net/Wishlist.ashx
33+
https://github.com/icsharpcode/SharpDevelop/wiki/Wish-List
3334

3435
++ TECH NOTES ++
3536
https://www.github.com/icsharpcode/SharpDevelop/tree/master/doc/technotes/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=http://wiki.sharpdevelop.net/AddinWritingHelp.ashx
2+
URL=https://github.com/icsharpcode/SharpDevelop/wiki/AddIn-Writing-Help

samples/LineCounter/Article/LineCounterSharpDevelopAddIn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,8 +573,8 @@ <h2>
573573
in the SharpDevelop source code download, look at the directory
574574
"doc/technotes"
575575
<li>
576-
<a href="http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.AddInWritingTutorials" title="Video tutorials">Video
577-
tutorials</a> <a href="http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.AddInWritingTutorials" target="_blank">[^]</a>
576+
<a href="https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers" title="Video tutorials">Video
577+
tutorials</a> <a href="https://github.com/icsharpcode/SharpDevelop/wiki/ScreenRecordingsForDevelopers" target="_blank">[^]</a>
578578
<li>
579579
you can ask for help in the
580580
<a href="http://community.sharpdevelop.net/forums/" title="SharpDevelop forums">SharpDevelop

src/AddIns/Analysis/MachineSpecifications/MachineSpecifications/AddInWritingHelp.txt

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

33
We would like to point out that there are three locations where you can get information on how
44
to write SharpDevelop AddIns:
5-
- http://wiki.sharpdevelop.net/ (section Developer Zone)
5+
- https://github.com/icsharpcode/SharpDevelop/wiki (section Developer Zone)
66
- The folder "doc/technotes" in the SharpDevelop source code download
77
- You can ask questions about AddIn development in the SharpDevelop forum:
88
http://community.sharpdevelop.net/forums/
@@ -17,7 +17,7 @@ The next steps:
1717
See SharpDevelop/doc/technotes/AddInManager.rtf for more information.
1818

1919
- Once you have published your AddIn on the Internet, please add it to the SharpDevelop wiki to let other users know!
20-
http://wiki.sharpdevelop.net/3rdPartyAddins.ashx
20+
https://github.com/icsharpcode/SharpDevelop/wiki/Third-Party-AddIns
2121

2222

2323
This file serves as a reminder for you on how to find information on SharpDevelop AddIn development, you can

src/Libraries/AvalonEdit/Documentation/Code Completion.aml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public class MyCompletionData : ICompletionData
123123
see:
124124
<externalLink>
125125
<linkText>Code Completion in SharpDevelop</linkText>
126-
<linkUri>http://wiki.sharpdevelop.net/CodeCompletion.ashx</linkUri>
126+
<linkUri>https://github.com/icsharpcode/SharpDevelop/wiki/Code-Completion</linkUri>
127127
<linkTarget>_blank</linkTarget>
128128
</externalLink>
129129
</para>

src/Main/Base/Project/ICSharpCode.SharpDevelop.addin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@
19741974
<MenuItem id = "Help"
19751975
label = "${res:XML.MainMenu.HelpMenu.Topics}"
19761976
shortcut = "Alt|F1"
1977-
link = "http://wiki.sharpdevelop.net/"/>
1977+
link = "https://github.com/icsharpcode/SharpDevelop/wiki/"/>
19781978
<MenuItem id = "Separator1" type = "Separator" />
19791979
<MenuItem id = "ViewReadme"
19801980
label = "${res:XML.MainMenu.HelpMenu.ReadMe}"

0 commit comments

Comments
 (0)