Skip to content

Commit

Permalink
Fix for broken links on bazel.build - updated the .md headers for the…
Browse files Browse the repository at this point in the history
…se three files

--
PiperOrigin-RevId: 151319959
MOS_MIGRATED_REVID=151319959
  • Loading branch information
Googler authored and philwo committed Mar 27, 2017
1 parent 20daf6d commit 7cd006a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
7 changes: 3 additions & 4 deletions site/versions/master/docs/install-os-x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
--------------------------------------------------------------------------------

---
layout: documentation

## title: Installing Bazel on macOS (OS X)
title: Installing Bazel on macOS
---

# <a name="mac-os-x"></a>Install Bazel on macOS (OS X)

Expand Down
7 changes: 3 additions & 4 deletions site/versions/master/docs/install-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
--------------------------------------------------------------------------------

---
layout: documentation

## title: Installing Bazel on Ubuntu
title: Installing Bazel on Ubuntu
---

# <a name="ubuntu"></a>Install Bazel on Ubuntu

Expand Down
11 changes: 5 additions & 6 deletions site/versions/master/docs/windows-chocolatey-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ layout: documentation
title: Windows Chocolatey maintenance
---

Maintaining Bazel Chocolatey package on Windows
===============================================
# Maintaining Bazel Chocolatey package on Windows

**NOTE:** The Chocolatey package is experimental; please provide feedback
(`@petemounce` in issue tracker).

### Prerequisites
## Prerequisites

You need:

Expand All @@ -21,7 +20,7 @@ You need:
* (to publish) to have set up that API key for the chocolatey source locally
via `choco apikey -k <your key here> -s https://chocolatey.org/`

### Build
## Build

Compile bazel with msys2 shell and `compile.sh`.

Expand All @@ -36,7 +35,7 @@ created.

The `build.ps1` script supports `mode` values `local`, `rc` and `release`.

#### Test
## Test

0. Build the package (with `-mode local`)

Expand All @@ -58,7 +57,7 @@ The `build.ps1` script supports `mode` values `local`, `rc` and `release`.

Chocolatey's moderation process automates checks here as well.
### Release
## Release
Modify `tools/parameters.json` for the new release's URI and checksum once the
release has been published to github releases.
Expand Down

0 comments on commit 7cd006a

Please sign in to comment.