Skip to content

Commit 2634c3a

Browse files
authored
Remove docs and fix links (betaflight#12222)
1 parent b143312 commit 2634c3a

File tree

509 files changed

+6
-16389
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

509 files changed

+6
-16389
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ Please search for existing issues *before* creating new ones.
1010

1111
# Developers
1212

13-
Please refer to the development section in the [this folder](https://github.com/betaflight/betaflight/tree/master/docs/development).
13+
Please refer to the development section in the [this folder](https://betaflight.com/docs/development).

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ This fork differs from Baseflight and Cleanflight in that it focuses on flight p
1919

2020
The following new requirements for pull requests adding new targets or modifying existing targets are put in place from now on:
2121

22-
1. Read the [hardware specification](https://github.com/betaflight/betaflight/blob/master/docs/Manufacturer%20Design%20Guidelines.md)
22+
1. Read the [hardware specification](https://betaflight.com/docs/manufacturer/Manufacturer%20Design%20Guidelines)
2323

2424
2. No new F3 based targets will be accepted;
2525

26-
3. For any new target that is to be added, only a Unified Target config into https://github.com/betaflight/unified-targets/tree/master/configs/default needs to be submitted. See the [instructions](https://github.com/betaflight/betaflight/blob/master/docs/TargetMaintenance/CreatingAUnifiedTarget.md) for how to create a Unified Target configuration. If there is no Unified Target for the MCU type of the new target (see instructions above), then a 'legacy' format target definition into `src/main/target/` has to be submitted as well;
26+
3. For any new target that is to be added, only a Unified Target config into https://github.com/betaflight/unified-targets/tree/master/configs/default needs to be submitted. See the [instructions](https://betaflight.com/docs/manufacturer/Creating%20An%20Unified%20Target) for how to create a Unified Target configuration. If there is no Unified Target for the MCU type of the new target (see instructions above), then a 'legacy' format target definition into `src/main/target/` has to be submitted as well;
2727

2828
4. For changes to existing targets, the change needs to be applied to the Unified Target config in https://github.com/betaflight/unified-targets/tree/master/configs/default. If no Unified Target configuration for the target exists, a new Unified Target configuration will have to be created and submitted. If there is no Unified Target for the MCU type of the new target (see instructions above), then an update to the 'legacy' format target definition in `src/main/target/` has to be submitted alongside the update to the Unified Target configuration.
2929

@@ -50,7 +50,7 @@ Betaflight has the following features:
5050

5151
## Installation & Documentation
5252

53-
See: https://github.com/betaflight/betaflight/wiki
53+
See: https://betaflight.com/docs/wiki
5454

5555
## Support and Developers Channel
5656

@@ -81,7 +81,7 @@ Contributions are welcome and encouraged. You can contribute in many ways:
8181
* new feature ideas & suggestions;
8282
* provide a new translation for configurator, or help us maintain the existing ones (see [below](#Translators)).
8383

84-
The best place to start is the Betaflight Slack (registration [here](https://slack.betaflight.com/)). Next place is the github issue tracker:
84+
The best place to start is the Betaflight Discord (registration [here](https://discord.gg/n4E6ak4u3c)). Next place is the github issue tracker:
8585

8686
https://github.com/betaflight/betaflight/issues
8787
https://github.com/betaflight/betaflight-configurator/issues
@@ -95,7 +95,7 @@ If you want to contribute financially on an ongoing basis, you should consider b
9595
## Developers
9696

9797
Contribution of bugfixes and new features is encouraged. Please be aware that we have a thorough review process for pull requests, and be prepared to explain what you want to achieve with your pull request.
98-
Before starting to write code, please read our [development guidelines](docs/development/Development.md ) and [coding style definition](docs/development/CodingStyle.md).
98+
Before starting to write code, please read our [development guidelines](https://betaflight.com/docs/development/development) and [coding style definition](https://betaflight.com/docs/development/development/CodingStyle).
9999

100100
GitHub actions are used to run automatic builds
101101

build_docs.sh

-60
This file was deleted.

docs/API/BusDrivers.md

-163
This file was deleted.

0 commit comments

Comments
 (0)