This repository was archived by the owner on Oct 16, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
samples/LineCounter/Article
AddIns/Analysis/MachineSpecifications/MachineSpecifications
Libraries/AvalonEdit/Documentation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SharpDevelop is distributed under the MIT license.
88
99The #develop project started on September 11th, 2000. The project was initiated
1010by 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
1313Overview
1414#develop (short for SharpDevelop) is a free Integrated Development Environment
Original file line number Diff line number Diff 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 ++
3536https://www.github.com/icsharpcode/SharpDevelop/tree/master/doc/technotes/
Original file line number Diff line number Diff line change 11[InternetShortcut]
2- URL =http ://wiki.sharpdevelop.net/AddinWritingHelp.ashx
2+ URL =https ://github.com/icsharpcode/SharpDevelop/wiki/AddIn-Writing-Help
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33We would like to point out that there are three locations where you can get information on how
44to 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
2323This file serves as a reminder for you on how to find information on SharpDevelop AddIn development, you can
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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}"
You can’t perform that action at this time.
0 commit comments