Skip to content

Commit de6b68e

Browse files
committed
FIX: pypi readme page links and images
Also improve the ardupilot.github.io pages and links
1 parent 7094fc2 commit de6b68e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ Amilcar Lucas's ArduPilot Methodic Configurator is a software that semi-automate
1919
- **proven**: the software has been used by hundreds of ArduPilot developers and users. From beginners to advanced. On big and small vehicles.
2020
- **safe**: the sequence reduces trial-and-error and aims at reducing the amount of flights required to configure the vehicle
2121

22-
![When to use ArduPilot Methodic Configurator](images/when_to_use_amc.png)
22+
![When to use ArduPilot Methodic Configurator](https://github.com/ArduPilot/MethodicConfigurator/blob/master/images/when_to_use_amc.png?raw=true)
2323

2424
It provides a graphical user interface (GUI) for managing and visualizing ArduPilot parameters, parameter files and documentation.
2525

26-
![Application Screenshot](images/App_screenshot1.png)
26+
![Application Screenshot](https://github.com/ArduPilot/MethodicConfigurator/blob/master/images/App_screenshot1.png?raw=true)
2727

2828
We are working on extending it to [ArduPlane](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_ArduPlane), [Heli](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Heli) and [Rover](https://ardupilot.github.io/MethodicConfigurator/TUNING_GUIDE_Rover) vehicles.
2929
But for those it is still very incomplete.
3030

3131
## Usage
3232

33-
There is a [Quick-start guide](QUICKSTART.md) and a more detailed [Usermanual](USERMANUAL.md)
33+
There is a [Quick-start guide](https://ardupilot.github.io/MethodicConfigurator/QUICKSTART.html) and a more detailed [Usermanual](https://ardupilot.github.io/MethodicConfigurator/USERMANUAL.html)
3434

3535
## MS Windows Installation
3636

@@ -80,17 +80,17 @@ cd MethodicConfigurator
8080

8181
## Support and Contributing
8282

83-
Please feel free to submit [issues](https://github.com/ArduPilot/MethodicConfigurator/issues) or [pull requests](https://github.com/ArduPilot/MethodicConfigurator/pulls). More information is available on the [contributing and support](CONTRIBUTING.md) page.
83+
Please feel free to submit [issues](https://github.com/ArduPilot/MethodicConfigurator/issues) or [pull requests](https://github.com/ArduPilot/MethodicConfigurator/pulls). More information is available on the [contributing and support](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md) page.
8484

8585
## Software architecture
8686

87-
To meet the [Software requirements](ARCHITECTURE.md#software-requirements) a [software architecture](ARCHITECTURE.md#the-software-architecture) was designed and implemented.
87+
To meet the [Software requirements](https://ardupilot.github.io/MethodicConfigurator/ARCHITECTURE.html#software-requirements) a [software architecture](https://ardupilot.github.io/MethodicConfigurator/ARCHITECTURE.html#the-software-architecture) was designed and implemented.
8888

8989
## Code of conduct
9090

91-
To use and develop this software you must obey the [ArduPilot Methodic Configurator Code of Conduct](CODE_OF_CONDUCT.md).
91+
To use and develop this software you must obey the [ArduPilot Methodic Configurator Code of Conduct](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CODE_OF_CONDUCT.md).
9292

9393
## License
9494

95-
This project is licensed under the [GNU General Public License v3.0](LICENSE.md).
96-
It builds upon other [open-source software packages](credits/CREDITS.md)
95+
This project is licensed under the [GNU General Public License v3.0](https://github.com/ArduPilot/MethodicConfigurator/blob/master/LICENSE.md).
96+
It builds upon other [open-source software packages](https://ardupilot.github.io/MethodicConfigurator/credits/CREDITS.html)

0 commit comments

Comments
 (0)