We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388b42e commit f4382ceCopy full SHA for f4382ce
cmd/chirpstack-gateway-bridge/cmd/root.go
@@ -22,8 +22,8 @@ var rootCmd = &cobra.Command{
22
Use: "chirpstack-gateway-bridge",
23
Short: "abstracts the packet_forwarder protocol into Protobuf or JSON over MQTT",
24
Long: `ChirpStack Gateway Bridge abstracts the packet_forwarder protocol into Protobuf or JSON over MQTT
25
- > documentation & support: https://www.chirpstack.io/gateway-bridge/
26
- > source & copyright information: https://github.com/brocaar/chirpstack-gateway-bridge`,
+ > documentation & support: https://www.chirpstack.io/
+ > source & copyright information: https://github.com/chirpstack/chirpstack-gateway-bridge`,
27
RunE: run,
28
}
29
0 commit comments