diff --git a/site/en/contribute/support.md b/site/en/contribute/support.md deleted file mode 100644 index 32cb7e37ff3544..00000000000000 --- a/site/en/contribute/support.md +++ /dev/null @@ -1,21 +0,0 @@ -Project: /_project.yaml -Book: /_book.yaml - -# Support Policy - -{% include "_buttons.html" %} - -The Bazel team generally avoids making backwards-incompatible changes. However, -these changes are sometimes necessary to fix bugs, make improvements (such as -improving performance or usability) to the system, or to lock down APIs that -are known to be brittle. - -Major changes are announced in advance on the -[bazel-discuss](https://groups.google.com/forum/#!forum/bazel-discuss){: .external} mailing -list. Both undocumented features (attributes, rules, "Make" variables, and -flags) and documented features that are marked *experimental* are subject to -change at any time without prior notice. - -Report any bugs or regressions you find on -[GitHub](https://github.com/bazelbuild/bazel/issues){: .external}. The repository maintainers -make an effort to triage reported issues within 2 business days. diff --git a/site/en/docs/_index.yaml b/site/en/docs/_index.yaml index 200e6f5b6922b2..177e2b0862e945 100644 --- a/site/en/docs/_index.yaml +++ b/site/en/docs/_index.yaml @@ -49,7 +49,7 @@ landing_page: Learn about Bazel's release model, latest releases, and compatibility policies. items_across: 4 items: - - heading: Release policy + - heading: Release model path: /release/ - heading: Backward compatibility path: /release/backward-compatibility diff --git a/site/en/help.md b/site/en/help.md index 3b8671f33cd72f..f9bf54b4c5ac6f 100644 --- a/site/en/help.md +++ b/site/en/help.md @@ -44,6 +44,11 @@ If there are no existing answers, you can ask the community by: * Chatting with other Bazel contributors on [Slack](https://slack.bazel.build/) * Consulting a [Bazel community expert](/community/experts) +## Understand Bazel's support level {:#support-level} + +Please read the [release page](/release) to understand Bazel's release model and +what level of support Bazel provides. + ## File a bug {:#file-bug} If you encounter a bug or want to request a feature, file a [GitHub diff --git a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm index 26f536461b47c6..76911b1efadf92 100644 --- a/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm +++ b/src/main/java/com/google/devtools/build/docgen/templates/be/make-variables.vm @@ -412,7 +412,7 @@

These variables are a fallback mechanism to be used by language experts in rare cases. If you are tempted to use them, please contact the Bazel devs first. + href="https://bazel.build/help">contact the Bazel devs first.