Skip to content

Commit 971bd91

Browse files
committed
deploy: 872ba30
1 parent 466d27b commit 971bd91

File tree

11 files changed

+28
-31
lines changed

11 files changed

+28
-31
lines changed

best-practices/api/index.html

Lines changed: 5 additions & 19 deletions
Large diffs are not rendered by default.

editions/overview/index.html

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

overview/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
both variable-length encoding and fixed sizes. You can also create your own
138138
composite data types by defining messages that are, themselves, data types that
139139
you can assign to a field. In addition to the simple and composite value types,
140-
several <a href=/programming-guides/dos-donts#common>common types</a>
140+
several <a href=/best-practices/dos-donts#common>common types</a>
141141
are published.</p><h2 id=history>History</h2><p>To read about the history of the protocol buffers project, see
142142
<a href=/history>History of Protocol Buffers</a>.</p><h2 id=philosophy>Protocol Buffers Open Source Philosophy</h2><p>Protocol buffers were open sourced in 2008 as a way to provide developers
143143
outside of Google with the same benefits that we derive from them internally. We
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!doctype html><html lang=en><head><title>https://protobuf.dev/best-practices/1-1-1/</title>
2+
<link rel=canonical href=https://protobuf.dev/best-practices/1-1-1/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://protobuf.dev/best-practices/1-1-1/"></head></html>

programming-guides/api/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!doctype html><html lang=en><head><title>https://protobuf.dev/best-practices/api/</title>
2+
<link rel=canonical href=https://protobuf.dev/best-practices/api/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://protobuf.dev/best-practices/api/"></head></html>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<!doctype html><html lang=en><head><title>https://protobuf.dev/best-practices/dos-donts/</title>
2+
<link rel=canonical href=https://protobuf.dev/best-practices/dos-donts/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=https://protobuf.dev/best-practices/dos-donts/"></head></html>

programming-guides/editions/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@
364364
<a href=/reference/protobuf/textformat-spec>proto text format</a>
365365
to store your protocol buffer messages, the changes that you can make in your
366366
proto definition are different.</div><p>Check
367-
<a href=/programming-guides/dos-donts>Proto Best Practices</a> and
368-
the following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
367+
<a href=/best-practices/dos-donts>Proto Best Practices</a> and the
368+
following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
369369
number is equivalent to deleting the field and adding a new field with the
370370
same type. If you want to renumber a field, see the instructions for
371371
<a href=#deleting>deleting a field</a>.</li><li>If you add new fields, any messages serialized by code using your &ldquo;old&rdquo;

programming-guides/proto2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@
396396
<a href=/reference/protobuf/textformat-spec>proto text format</a>
397397
to store your protocol buffer messages, the changes that you can make in your
398398
proto definition are different.</div><p>Check
399-
<a href=/programming-guides/dos-donts>Proto Best Practices</a> and
400-
the following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
399+
<a href=/best-practices/dos-donts>Proto Best Practices</a> and the
400+
following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
401401
number is equivalent to deleting the field and adding a new field with the
402402
same type. If you want to renumber a field, see the instructions for
403403
<a href=#deleting>deleting a field</a>.</li><li>Any new fields that you add should be <code>optional</code> or <code>repeated</code>. This means

programming-guides/proto3/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@
378378
<a href=/reference/protobuf/textformat-spec>proto text format</a>
379379
to store your protocol buffer messages, the changes that you can make in your
380380
proto definition are different.</div><p>Check
381-
<a href=/programming-guides/dos-donts>Proto Best Practices</a> and
382-
the following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
381+
<a href=/best-practices/dos-donts>Proto Best Practices</a> and the
382+
following rules:</p><ul><li>Don&rsquo;t change the field numbers for any existing fields. &ldquo;Changing&rdquo; the field
383383
number is equivalent to deleting the field and adding a new field with the
384384
same type. If you want to renumber a field, see the instructions for
385385
<a href=#deleting>deleting a field</a>.</li><li>If you add new fields, any messages serialized by code using your &ldquo;old&rdquo;

reference/go/opaque-faq/index.html

Lines changed: 6 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)