| commit | accdde2c46961548399e485291ba8e83cdc8fb4c | [log] [tgz] |
|---|---|---|
| author | Googler <noreply@google.com> | Thu Jan 17 13:34:13 2019 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Thu Jan 17 13:35:49 2019 -0800 |
| tree | 3c40c1b8252267dc5cb73fa5e9453779ceeed8e1 | |
| parent | 2460d1c5d4440a5ce1dab7519c16a3ecfc226b8b [diff] |
Insert additional escaping \ to windows path in docs. PiperOrigin-RevId: 229808359
diff --git a/site/docs/toolchains.md b/site/docs/toolchains.md index 5fe1993..510c279 100644 --- a/site/docs/toolchains.md +++ b/site/docs/toolchains.md
@@ -263,7 +263,7 @@ # Different flags, no debug support on windows. ], compiler_path = "C:\\path\\on\\windows\\barc.exe", - system_lib = "C:\\path\\on\windows\\barclib.dll", + system_lib = "C:\\path\\on\\windows\\barclib.dll", ) ```