Skip to content

Commit cb12851

Browse files
authored
Merge pull request #16 from pranav-kural/patch-1
Updated documentation links to display guide pages for proto3
2 parents 2a776bb + 802132f commit cb12851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ When defining `.proto` files, you can specify that a field is either `optional`
245245
or `repeated` (proto2 and proto3) or `singular` (proto3). (The option to set a
246246
field to `required` is absent in proto3 and strongly discouraged in proto2. For
247247
more on this, see "Required is Forever" in
248-
[Specifying Field Rules](/programming-guides/proto3#specifying-field-rules).)
248+
[Specifying Field Rules](/programming-guides/proto3/#specifying-field-rules).)
249249
250250
After setting the optionality/repeatability of a field, you specify the data
251251
type. Protocol buffers support the usual primitive data types, such as integers,
252252
booleans, and floats. For the full list, see
253-
[Scalar Value Types](/programming-guides/proto3#scalar).
253+
[Scalar Value Types](/programming-guides/proto3/#scalar).
254254
255255
A field can also be of:
256256

0 commit comments

Comments
 (0)