Skip to content

Commit 7305e39

Browse files
fweikertcopybara-github
authored andcommitted
Bazel Docs: Fix external links
There must be no whitespaces between the link and the "external" marker. PiperOrigin-RevId: 484516552 Change-Id: Ie6f6627771ac95536bcb80938d0701e965b112db
1 parent b0357bd commit 7305e39

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

site/en/concepts/platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ from `//:myplatform`.
7070
1. *Either* the projects depending on yours support `//:myplatform` *or* your
7171
project supports the legacy APIs (like `--crosstool_top`).
7272
1. `//:myplatform` references
73-
[common declarations][Common Platform Declaration]{: .external}
73+
[common declarations][Common Platform Declarations]{: .external}
7474
of `CPU`, `OS`, and other generic concepts that support automatic cross-project
7575
compatibility.
7676
1. All relevant projects'

site/en/remote/persistent.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,9 @@ and this sandboxing must be separately enabled with the
263263
For more information on persistent workers, see:
264264

265265
* [Original persistent workers blog post](https://blog.bazel.build/2015/12/10/java-workers.html)
266-
* [Haskell implementation description](https://www.tweag.io/blog/2019-09-25-bazel-ghc-persistent-worker-internship/)
267-
{: .external}
268-
* [Blog post by Mike Morearty](https://medium.com/@mmorearty/how-to-create-a-persistent-worker-for-bazel-7738bba2cabb)
269-
{: .external}
266+
* [Haskell implementation description](https://www.tweag.io/blog/2019-09-25-bazel-ghc-persistent-worker-internship/){: .external}
267+
* [Blog post by Mike Morearty](https://medium.com/@mmorearty/how-to-create-a-persistent-worker-for-bazel-7738bba2cabb){: .external}
270268
* [Front End Development with Bazel: Angular/TypeScript and Persistent Workers
271-
w/ Asana](https://www.youtube.com/watch?v=0pgERydGyqo) {: .external}
272-
* [Bazel strategies explained](https://jmmv.dev/2019/12/bazel-strategies.html)
273-
{: .external}
274-
* [Informative worker strategy discussion on the bazel-discuss mailing list](https://groups.google.com/forum/#!msg/bazel-discuss/oAEnuhYOPm8/ol7hf4KWJgAJ)
275-
{: .external}
269+
w/ Asana](https://www.youtube.com/watch?v=0pgERydGyqo){: .external}
270+
* [Bazel strategies explained](https://jmmv.dev/2019/12/bazel-strategies.html){: .external}
271+
* [Informative worker strategy discussion on the bazel-discuss mailing list](https://groups.google.com/forum/#!msg/bazel-discuss/oAEnuhYOPm8/ol7hf4KWJgAJ){: .external}

0 commit comments

Comments
 (0)