Skip to content

Commit f8f65f2

Browse files
authored
fix links to gw.proto (#170)
1 parent 53adcb4 commit f8f65f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CircleCI](https://circleci.com/gh/brocaar/chirpstack-gateway-bridge.svg?style=svg)](https://circleci.com/gh/brocaar/chirpstack-gateway-bridge)
44

55
ChirpStack Gateway Bridge is a service which converts LoRa<sup>&reg;</sup> Packet Forwarder protocols
6-
into a ChirpStack Network Server [common data-format](https://github.com/brocaar/chirpstack-network-server/blob/master/api/gw/gw.proto) (JSON and Protobuf).
6+
into a ChirpStack Network Server [common data-format](https://github.com/brocaar/chirpstack-api/blob/master/protobuf/gw/gw.proto) (JSON and Protobuf).
77
This component is part of the ChirpStack open-source LoRaWAN<sup>&reg;</sup> Network Server stack.
88

99
## Backends

docs/content/overview/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ listPages: false
1010
# ChirpStack Gateway Bridge
1111

1212
ChirpStack Gateway Bridge is a service which converts LoRa<sup>&reg;</sup> Packet Forwarder protocols
13-
into a ChirpStack Network Server [common data-format](https://github.com/brocaar/chirpstack-network-server/blob/master/api/gw/gw.proto) (JSON and Protobuf).
13+
into a ChirpStack Network Server [common data-format](https://github.com/brocaar/chirpstack-api/blob/master/protobuf/gw/gw.proto) (JSON and Protobuf).
1414
This component is part of the ChirpStack open-source LoRaWAN<sup>&reg;</sup> Network Server stack.
1515

1616
## Backends

docs/content/payloads/commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: Commands are messages sent to the gateway.
1212
Commands are generated by [ChirpStack Network Server](/network-server/) or external applications
1313
integrating with the ChirpStack Gateway Bridge. Depending the `marshaler` configuration
1414
these must be sent as JSON or [Protobuf](https://developers.google.com/protocol-buffers/).
15-
For the Protobuf definitions, please refer to [gw.proto](https://github.com/brocaar/chirpstack-network-server/blob/master/api/gw/gw.proto).
15+
For the Protobuf definitions, please refer to [gw.proto](https://github.com/brocaar/chirpstack-api/blob/master/protobuf/gw/gw.proto).
1616

1717
* The Protocol Buffers [JSON Mapping](https://developers.google.com/protocol-buffers/docs/proto3#json)
1818
defines that bytes must be encoded as base64 strings. This also affects the `gatewayID` field.

0 commit comments

Comments
 (0)