You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: about/faq.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ For our server code base, we use the following development workflow:
56
56
57
57
Bazel is a cornerstone of this philosophy: since Bazel requires all dependencies to be fully specified, we can predict which programs and tests are affected by a change, and vet them before submission.
58
58
59
-
More background on the development process at Google can be found on the [eng tools blog](http://google-engtools.blogspot.com/){: .external}.
59
+
More background on the development process at Google can be found on the [eng tools blog](http://google-engtools.blogspot.com/).
60
60
61
61
## Why did you open up Bazel?
62
62
@@ -70,8 +70,8 @@ Building software should be fun and easy. Slow and unpredictable builds take the
70
70
71
71
## Can I see examples?
72
72
73
-
Yes; see a [simple example](https://github.com/bazelbuild/bazel/blob/master/examples/cpp/BUILD){: .external}
74
-
or read the [Bazel source code](https://github.com/bazelbuild/bazel/blob/master/src/BUILD){: .external} for a more complex example.
73
+
Yes; see a [simple example](https://github.com/bazelbuild/bazel/blob/master/examples/cpp/BUILD)
74
+
or read the [Bazel source code](https://github.com/bazelbuild/bazel/blob/master/src/BUILD) for a more complex example.
75
75
76
76
77
77
## What is Bazel best at?
@@ -127,7 +127,7 @@ Bazel has conventions for structuring more complex programs, for example, a Java
127
127
128
128
## Can I build Docker images with Bazel?
129
129
130
-
Yes, you can use our [Docker rules](https://github.com/bazelbuild/rules_docker){: .external} to build reproducible Docker images.
130
+
Yes, you can use our [Docker rules](https://github.com/bazelbuild/rules_docker) to build reproducible Docker images.
131
131
132
132
## Will Bazel make my builds reproducible automatically?
133
133
@@ -140,15 +140,15 @@ For Java and C++ binaries, yes, assuming you do not change the toolchain. If you
140
140
141
141
## Do you have binary releases?
142
142
143
-
Yes, you can find the latest [release binaries](https://github.com/bazelbuild/bazel/releases/latest){: .external} and review our [release policy](/release/)
143
+
Yes, you can find the latest [release binaries](https://github.com/bazelbuild/bazel/releases/latest) and review our [release policy](/release/)
144
144
145
145
## I use Eclipse/IntelliJ/XCode. How does Bazel interoperate with IDEs?
146
146
147
147
For IntelliJ, check out the [IntelliJ with Bazel plugin](https://ij.bazel.build/).
148
148
149
149
For XCode, check out [Tulsi](http://tulsi.bazel.build/).
150
150
151
-
For Eclipse, check out [E4B plugin](https://github.com/bazelbuild/e4b){: .external}.
151
+
For Eclipse, check out [E4B plugin](https://github.com/bazelbuild/e4b).
152
152
153
153
For other IDEs, check out the [blog post](https://blog.bazel.build/2016/06/10/ide-support.html) on how these plugins work.
154
154
@@ -164,7 +164,7 @@ See our [Roadmaps](/about/roadmap).
164
164
165
165
## Can I use Bazel for my INSERT LANGUAGE HERE project?
166
166
167
-
Bazel is extensible. Anyone can add support for new languages. Many languages are supported: see the [build encyclopedia](/reference/be/overview) for a list of recommendations and [awesomebazel.com](https://awesomebazel.com/){: .external} for a more comprehensive list.
167
+
Bazel is extensible. Anyone can add support for new languages. Many languages are supported: see the [build encyclopedia](/reference/be/overview) for a list of recommendations and [awesomebazel.com](https://awesomebazel.com/) for a more comprehensive list.
168
168
169
169
If you would like to develop extensions or learn how they work, see the documentation for [extending Bazel](/extending/concepts).
170
170
@@ -195,7 +195,7 @@ We are reachable at bazel-discuss@googlegroups.com.
195
195
196
196
## Where do I report bugs?
197
197
198
-
Open an issue [on GitHub](https://github.com/bazelbuild/bazel/issues){: .external}.
198
+
Open an issue [on GitHub](https://github.com/bazelbuild/bazel/issues).
199
199
200
200
## What’s up with the word “Blaze” in the codebase?
0 commit comments