aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-05-16 11:07:55 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-05-16 11:07:55 -0700
commitb1e5bac392a3c229eed5df16a6b8ea850501ef39 (patch)
treeabbe4c3498578b68c6705c184e67ffc2d97c6133 /include
parentbc60bb25b2ee2950e6aa8689271e4f4bd13f74b3 (diff)
Add /doc/workarounds.md
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/server_builder.h2
-rw-r--r--include/grpc/support/workaround_list.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/server_builder.h b/include/grpc++/server_builder.h
index 2dcd0701a2..3c989c041d 100644
--- a/include/grpc++/server_builder.h
+++ b/include/grpc++/server_builder.h
@@ -186,7 +186,7 @@ class ServerBuilder {
/// Enable a server workaround. Do not use unless you know what the workaround
/// does. For explanation and detailed descriptions of workarounds, see
- /// docs/workarounds.md.
+ /// doc/workarounds.md.
ServerBuilder& EnableWorkaround(uint32_t id);
private:
diff --git a/include/grpc/support/workaround_list.h b/include/grpc/support/workaround_list.h
index 6a8aa1f955..ec4766510f 100644
--- a/include/grpc/support/workaround_list.h
+++ b/include/grpc/support/workaround_list.h
@@ -36,7 +36,7 @@
/* The list of IDs of server workarounds currently maintained by gRPC. For
* explanation and detailed descriptions of workarounds, see
- * /docs/workarounds.md
+ * /doc/workarounds.md
*/
typedef enum {
GRPC_WORKAROUND_ID_CRONET_COMPRESSION = 0,