Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
remove whitespace and fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Hope Ngerebara committed Jan 17, 2020
1 parent 2ded2c9 commit 0511bb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions modules/install-couchbase-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Example:

The `install-couchbase-server` script does the following:

1. [Install Couchbase binaries and scripts](#install-couchbase-binaries-and-scripts)
1. [Update swap settings](#update-swap-settings)
1. [Disable transparent huge pages](#disable-transparent-huge-pages)
1. [Install Couchbase binaries and scripts](#install-couchbase-binaries-and-scripts)
1. [Update swap settings](#update-swap-settings)
1. [Disable transparent huge pages](#disable-transparent-huge-pages)


### Install Couchbase binaries and scripts
Expand Down Expand Up @@ -105,3 +105,4 @@ Disable transparent huge pages on your OS. See [Disabling Transparent Huge Pages

We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
of operating systems and supported versioning. Our current solution is to use `git`, but this may change in the future.
See [Package Managers](https://github.com/hashicorp/terraform-aws-consul/blob/master/_docs/package-managers.md)
2 changes: 1 addition & 1 deletion modules/install-sync-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ Install the following:

We needed an easy way to install these scripts that satisfied a number of requirements, including working on a variety
of operating systems and supported versioning. Our current solution is to use `git`, but this may change in the future.
See [Package Managers](https://github.com/gruntwork-io/terraform-aws-couchbase/tree/master/_docs/package-managers.md)
See [Package Managers](https://github.com/hashicorp/terraform-aws-consul/blob/master/_docs/package-managers.md)
for a full discussion of the requirements, trade-offs, and why we picked `git`.

0 comments on commit 0511bb7

Please sign in to comment.