Skip to content

Commit

Permalink
Bazel Docs: Fix external links
Browse files Browse the repository at this point in the history
There must be no whitespaces between the link and the "external" marker.

PiperOrigin-RevId: 484516552
Change-Id: Ie6f6627771ac95536bcb80938d0701e965b112db
  • Loading branch information
fweikert authored and copybara-github committed Oct 28, 2022
1 parent b0357bd commit 7305e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion site/en/concepts/platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ from `//:myplatform`.
1. *Either* the projects depending on yours support `//:myplatform` *or* your
project supports the legacy APIs (like `--crosstool_top`).
1. `//:myplatform` references
[common declarations][Common Platform Declaration]{: .external}
[common declarations][Common Platform Declarations]{: .external}
of `CPU`, `OS`, and other generic concepts that support automatic cross-project
compatibility.
1. All relevant projects'
Expand Down
14 changes: 5 additions & 9 deletions site/en/remote/persistent.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,9 @@ and this sandboxing must be separately enabled with the
For more information on persistent workers, see:

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

0 comments on commit 7305e39

Please sign in to comment.