Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update broken references #11955

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ QGroundControl is *open-source*, meaning you have the power to shape it! Whether
- 🛠️ [Developer Guide](https://dev.qgroundcontrol.com/en/)
- 💬 [Discussion & Support](https://docs.qgroundcontrol.com/en/Support/Support.html)
- 🤝 [Contributing](https://dev.qgroundcontrol.com/en/contribute/)
- 📜 [License Information](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md)
- 📜 [License Information](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md)

---

Expand Down
4 changes: 2 additions & 2 deletions docs/en/qgc-dev-guide/contribute/licences.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The QGroundControl documentation, artwork and images are licensed under [CC BY 4

## See Also

- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/CONTRIBUTING.md)
- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CONTRIBUTING.md)
- [qgc-user-guide/LICENSE](https://github.com/mavlink/qgc-user-guide/blob/master/LICENSE)
- [qgc-dev-guide/LICENSE](https://github.com/mavlink/qgc-dev-guide/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion docs/en/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versions are provided for all platforms.
## Source Code

Source code for _QGroundControl_ is kept on GitHub here: https://github.com/mavlink/qgroundcontrol.
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).

To get the source files:

Expand Down
4 changes: 2 additions & 2 deletions docs/en/qgc-dev-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Development questions can be raised in the [QGroundControl Developer](http://dis
Information about contributing, including coding styles, testing and licenses can be found in [Code Submissions](contribute/index.md).

:::tip
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/CODE_OF_CONDUCT.md).
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CODE_OF_CONDUCT.md).
This code aims to foster an open and welcoming environment.
:::

Expand All @@ -56,7 +56,7 @@ The PX4 Developer Guide contains additional information about the (common) docs/

## License

_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).
For more information see: [Licenses](contribute/licences.md).

## Governance
Expand Down
4 changes: 2 additions & 2 deletions docs/ko/qgc-dev-guide/contribute/licences.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The QGroundControl documentation, artwork and images are licensed under [CC BY 4

## See Also

- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/CONTRIBUTING.md)
- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CONTRIBUTING.md)
- [qgc-user-guide/LICENSE](https://github.com/mavlink/qgc-user-guide/blob/master/LICENSE)
- [qgc-dev-guide/LICENSE](https://github.com/mavlink/qgc-dev-guide/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion docs/ko/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versions are provided for all platforms.
## Source Code

Source code for _QGroundControl_ is kept on GitHub here: https\://github.com/mavlink/qgroundcontrol.
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).

To get the source files:

Expand Down
4 changes: 2 additions & 2 deletions docs/ko/qgc-dev-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Development questions can be raised in the [QGroundControl Developer](http://dis
Information about contributing, including coding styles, testing and licenses can be found in [Code Submissions](contribute/index.md).

:::tip
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/CODE_OF_CONDUCT.md).
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CODE_OF_CONDUCT.md).
This code aims to foster an open and welcoming environment.
:::

Expand All @@ -56,7 +56,7 @@ The PX4 Developer Guide contains additional information about the (common) docs/

## License

_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).
For more information see: [Licenses](contribute/licences.md).

## Governance
Expand Down
4 changes: 2 additions & 2 deletions docs/tr/qgc-dev-guide/contribute/licences.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The QGroundControl documentation, artwork and images are licensed under [CC BY 4

## See Also

- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/CONTRIBUTING.md)
- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CONTRIBUTING.md)
- [qgc-user-guide/LICENSE](https://github.com/mavlink/qgc-user-guide/blob/master/LICENSE)
- [qgc-dev-guide/LICENSE](https://github.com/mavlink/qgc-dev-guide/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion docs/tr/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versions are provided for all platforms.
## Source Code

Source code for _QGroundControl_ is kept on GitHub here: https\://github.com/mavlink/qgroundcontrol.
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).

To get the source files:

Expand Down
4 changes: 2 additions & 2 deletions docs/tr/qgc-dev-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Development questions can be raised in the [QGroundControl Developer](http://dis
Information about contributing, including coding styles, testing and licenses can be found in [Code Submissions](contribute/index.md).

:::tip
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/CODE_OF_CONDUCT.md).
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CODE_OF_CONDUCT.md).
This code aims to foster an open and welcoming environment.
:::

Expand All @@ -56,7 +56,7 @@ The PX4 Developer Guide contains additional information about the (common) docs/

## License

_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).
For more information see: [Licenses](contribute/licences.md).

## Governance
Expand Down
4 changes: 2 additions & 2 deletions docs/zh/qgc-dev-guide/contribute/licences.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ QGroundControl文档,图稿和图像根据CC BY 4.0获得许可。

## 也可以看看

- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/CONTRIBUTING.md)
- [qgroundcontrol/COPYING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md)
- [qgroundcontrol/CONTRIBUTING.md](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CONTRIBUTING.md)
- [qgc-user-guide/LICENSE](https://github.com/mavlink/qgc-user-guide/blob/master/LICENSE)
- [qgc-dev-guide/LICENSE](https://github.com/mavlink/qgc-dev-guide/blob/master/LICENSE)
2 changes: 1 addition & 1 deletion docs/zh/qgc-dev-guide/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Versions are provided for all platforms.
## 源代码

_QGroundControl_ 的源代码保存在 github 上,下载地址为: https\://github.com/mavlink/qgroundcontrol。 QGroundControl源代码在Apache 2.0和GPLv3下是双许可的。 有关更多信息,请参阅:许可证。
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
It is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).

要获取源文件, 请执行以下操作:

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/qgc-dev-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Development questions can be raised in the [QGroundControl Developer](http://dis
有关贡献的信息,包括编码样式,测试和许可证,可以在代码提交中找到。

:::tip
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/CODE_OF_CONDUCT.md).
We expect all contributors to adhere to the [QGroundControl code of conduct](https://github.com/mavlink/qgroundcontrol/blob/master/.github/CODE_OF_CONDUCT.md).
This code aims to foster an open and welcoming environment.
:::

Expand All @@ -56,7 +56,7 @@ The PX4 Developer Guide contains additional information about the (common) docs/

## 许可证

_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/COPYING.md).
_QGroundControl_ source code is [dual-licensed under Apache 2.0 and GPLv3](https://github.com/mavlink/qgroundcontrol/blob/master/.github/COPYING.md).
For more information see: [Licenses](contribute/licences.md).

## 管理
Expand Down
Loading