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

Commit 9efedb4

Browse files
author
hngerebara
authored
Merge pull request #56 from gruntwork-io/fix-broken-links
fix-broken-links[HSTN-900]
2 parents 0bd3c07 + 0511bb7 commit 9efedb4

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

modules/install-couchbase-server/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,4 @@ Disable transparent huge pages on your OS. See [Disabling Transparent Huge Pages
105105

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

modules/install-sync-gateway/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ Install the following:
9494

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

modules/run-couchbase-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Resources](https://developer.couchbase.com/documentation/server/current/install/
211211

212212
Some tips and tricks for debugging issues with your Couchbase cluster:
213213

214-
* Use [https://github.com/couchbaselabs/sdk-doctor](sdk-doctor) to diagnose connection issues.
214+
* Use [sdk-doctor](https://github.com/couchbaselabs/sdk-doctor) to diagnose connection issues.
215215
* When using Couchbase SDK tools, set `LCB_LOGLEVEL=5` to get more logging output from Couchbase clients.
216216
* Log file locations: https://developer.couchbase.com/documentation/server/3.x/admin/Misc/Trbl-logs.html.
217217
* Use `systemctl status couchbase-server` to see if systemd thinks the Couchbase process is running.

0 commit comments

Comments
 (0)