Skip to content

Commit

Permalink
Fix reference to Decimal64 document (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintbauer authored Sep 1, 2023
1 parent f9b7ba8 commit 6bc698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ Several native scalar protobuf types are included in the `TypedValue` message:
`float32`, `float64`).
- Note: All values defined using the YANG `decimal64` datatype should also be
encoded as `double_val` when PROTO encoding is requested. Direct support of
[Decimal64 has been deprecated](http://github.com/openconfig/reference/master/rpc/decimal64-deprecation.md).
[Decimal64 has been deprecated](https://github.com/openconfig/reference/blob/master/rpc/gnmi/decimal64-deprecation.md).

Additional defined data types include:

Expand Down

0 comments on commit 6bc698b

Please sign in to comment.