Skip to content

Commit 17d36e0

Browse files
committed
Fix up links to point to proper CM URL
1 parent b07e19d commit 17d36e0

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Dronecode Camera Manager Documentation - Source Code
1+
# DCM: Documentation Source Code
22

3-
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/) via MAVLink and RTSP. Documentation for the CM is available here: [TEMP](https://hamishwillee.gitbooks.io/camera-streaming-daemon/content/en/)
3+
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/) via MAVLink and RTSP. Documentation [is available here](https://camera-manager.dronecode.org/en/).
44

5-
This repository contains the *source code for the documentation*.
5+
This repository contains the *source code* for the documentation.
66

7-
The documentation is hosted on [gitbook.com](https://legacy.gitbook.com/book/hamishwillee/camera-streaming-daemon/details). It is generated from source code (in markdown format) using the [gitbook toolchain](https://toolchain.gitbook.com/).
7+
The documentation is hosted on [gitbook.com](https://legacy.gitbook.com/book/hamishwillee/camera-manager/details). It is generated from source code (in markdown format) using the [gitbook toolchain](https://toolchain.gitbook.com/).
88

9-
The CM source code itself can be found on github here: [Dronecode/camera-manager](https://github.com/Dronecode/camera-manager).
9+
The source code for the DCM *software* can be found on github here: [Dronecode/camera-manager](https://github.com/Dronecode/camera-manager).

book.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"gitbook": ">= 3.2.2",
3-
"title": "Camera Streaming Daemon Guide",
3+
"title": "Dronecode Camera Manager Guide",
44
"plugins": [
55
"youtube",
66
"richquotes",
@@ -41,19 +41,19 @@
4141
"label": "Bug tracker",
4242
"icon": "fa fa-bug",
4343
"position" : "left",
44-
"url": "https://github.com/Dronecode/csd_docs/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
44+
"url": "https://github.com/Dronecode/camera-manager-docs/issues/new?title=Doc+Bug:+{{title}}&body=DESCRIBE+PROBLEM+WITH+DOCS+HERE%0A%0ABug+Page:+[{{title}}]({{url}})"
4545

4646
},
4747
{
4848
"label": "GitHub",
4949
"icon": "fa fa-github",
50-
"url": "https://github.com/Dronecode/csd_docs"
50+
"url": "https://github.com/Dronecode/camera-manager-docs"
5151
},
5252
{
5353
"label": "Edit page on github",
5454
"icon": "fa fa-pencil-square-o",
5555
"position" : "left",
56-
"url": "https://github.com/Dronecode/csd_docs/edit/master/{{filepath_lang}}"
56+
"url": "https://github.com/Dronecode/camera-manager-docs/edit/master/{{filepath_lang}}"
5757
}
5858
]
5959
},

en/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/Dronecode/camera-manager.svg?branch=master)](https://travis-ci.org/intel/camera-streaming-daemon)
44
<a href="https://scan.coverity.com/projects/01org-camera-streaming-daemon"><img alt="Coverity Scan Build Status" src="https://scan.coverity.com/projects/12056/badge.svg"/></a>
55

6-
The Dronecode *Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/).
6+
The *Dronecode Camera Manager* (DCM) is an extensible Linux camera server for interfacing any camera with the [Dronecode Platform](https://www.dronecode.org/).
77

88
DCM can connect to multiple cameras and provides access to them via the [MAVLink Camera Protocol](https://mavlink.io/en/protocol/camera.html) and RTSP video streams (it can also advertise available RTSP streams).
99

en/contribute/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
Contributions to DCM are welcome. We follow the [Github flow](https://guides.github.com/introduction/flow/) development model for both [source code](https://github.com/Dronecode/camera-manager) and [documentation](https://hamishwillee.gitbooks.io/camera-manager/content/en/).
3+
Contributions to DCM are welcome. We follow the [Github flow](https://guides.github.com/introduction/flow/) development model for both [source code](https://github.com/Dronecode/camera-manager) and [documentation](https://github.com/Dronecode/camera-manager-docs).
44

55
Below we explain specific testing required by this project in order to submit changes, and also how to open a pull request.
66

0 commit comments

Comments
 (0)