Skip to content
Snippets Groups Projects
Commit b4cebd52 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

moved URLs to ardupilot github

parent f3e39955
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ class HelpModule(mp_module.MPModule): ...@@ -76,7 +76,7 @@ class HelpModule(mp_module.MPModule):
if mp_util.has_wxpython: if mp_util.has_wxpython:
self.menu_added_console = False self.menu_added_console = False
self.menu = MPMenuSubMenu('Help', self.menu = MPMenuSubMenu('Help',
items=[MPMenuItem('MAVProxy website', 'MAVProxy website', '', handler=MPMenuOpenWeblink('http://dronecode.github.io/MAVProxy/')), items=[MPMenuItem('MAVProxy website', 'MAVProxy website', '', handler=MPMenuOpenWeblink('http://ardupilot.github.io/MAVProxy/')),
MPMenuItem('Check for Updates', 'Check for Updates', '', handler=MPMenuChildMessageDialog(title="Updates", message=self.newversion)), MPMenuItem('Check for Updates', 'Check for Updates', '', handler=MPMenuChildMessageDialog(title="Updates", message=self.newversion)),
MPMenuItem('About', 'About', '', handler=MPMenuChildMessageDialog(title="About MAVProxy", message="MAVProxy Version " + self.version + "\nOS: " + self.host + "\nPython " + self.pythonversion + "\nWXPython " + self.wxVersion))]) MPMenuItem('About', 'About', '', handler=MPMenuChildMessageDialog(title="About MAVProxy", message="MAVProxy Version " + self.version + "\nOS: " + self.host + "\nPython " + self.pythonversion + "\nWXPython " + self.wxVersion))])
...@@ -102,7 +102,7 @@ class HelpModule(mp_module.MPModule): ...@@ -102,7 +102,7 @@ class HelpModule(mp_module.MPModule):
if args[0] == "about": if args[0] == "about":
print("MAVProxy Version " + self.version + "\nOS: " + self.host + "\nPython " + self.pythonversion) print("MAVProxy Version " + self.version + "\nOS: " + self.host + "\nPython " + self.pythonversion)
elif args[0] == "site": elif args[0] == "site":
print("See http://dronecode.github.io/MAVProxy/ for documentation") print("See http://ardupilot.github.io/MAVProxy/ for documentation")
else: else:
self.print_usage() self.print_usage()
......
...@@ -2,7 +2,7 @@ MAVProxy ...@@ -2,7 +2,7 @@ MAVProxy
This is a MAVLink ground station written in python. This is a MAVLink ground station written in python.
Please see http://Dronecode.github.io/MAVProxy/ for more information Please see http://ardupilot.github.io/MAVProxy/ for more information
This ground station was developed as part of the CanberraUAV OBC team This ground station was developed as part of the CanberraUAV OBC team
entry entry
...@@ -12,4 +12,4 @@ License ...@@ -12,4 +12,4 @@ License
MAVProxy is released under the GNU General Public License v3 or later MAVProxy is released under the GNU General Public License v3 or later
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Dronecode/MAVProxy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ArduPilot/MAVProxy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
...@@ -30,9 +30,9 @@ control modules. MAVProxy is extensible via a modules system - see the modules ...@@ -30,9 +30,9 @@ control modules. MAVProxy is extensible via a modules system - see the modules
subdirectory for some example modules. MAVProxy was developed by CanberraUAV subdirectory for some example modules. MAVProxy was developed by CanberraUAV
for use in the 2012 Outback Challenge, and includes a module for the for use in the 2012 Outback Challenge, and includes a module for the
CanberraUAV search and rescue system. See CanberraUAV search and rescue system. See
http://Dronecode.github.io/MAVProxy/ for more information http://ardupilot.github.io/MAVProxy/ for more information
on how to use MAVProxy.''', on how to use MAVProxy.''',
url='https://github.com/Dronecode/MAVProxy', url='https://github.com/ArduPilot/MAVProxy',
author='Andrew Tridgell', author='Andrew Tridgell',
author_email='andrew@tridgell.net', author_email='andrew@tridgell.net',
classifiers=[ classifiers=[
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
; Note MyAppVersion is defined in MAVProxyWinBuild.bat ; Note MyAppVersion is defined in MAVProxyWinBuild.bat
; #define MyAppVersion {code:GetVersion} ; #define MyAppVersion {code:GetVersion}
#define MyAppPublisher "Andrew Tridgell" #define MyAppPublisher "Andrew Tridgell"
#define MyAppURL "http://Dronecode.github.io/MAVProxy" #define MyAppURL "http://ardupilot.github.io/MAVProxy"
#define MyAppExeName "mavproxy.exe" #define MyAppExeName "mavproxy.exe"
[Setup] [Setup]
...@@ -50,7 +50,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" ...@@ -50,7 +50,7 @@ Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
Name: "{group}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe" Name: "{group}\MAVExplorer"; Filename: "{app}\MAVExplorer.exe"
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}" Name: "{group}\{cm:UninstallProgram, {#MyAppName}}"; Filename: "{uninstallexe}"
Name: "{group}\Documentation"; Filename: "http://Dronecode.github.io/MAVProxy/" Name: "{group}\Documentation"; Filename: "http://ardupilot.github.io/MAVProxy/"
[Run] [Run]
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment