Skip to content

Commit 2b06761

Browse files
committed
fix(doc) : update all project refrences
1 parent 406ff0d commit 2b06761

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Thank you for considering contributing to the HashiCorp Boundary and Vault Stack
2727
cd boundary-vault-stack
2828
```
2929

30-
3. **Set Up Your Environment**: Ensure you have the necessary dependencies installed as outlined in the [documentation](./artifacts/wiki.md).
30+
3. **Set Up Your Environment**: Ensure you have the necessary dependencies installed as outlined in the [documentation](https://devopshobbies.github.io/boundary-vault-stack/).
3131

32-
4. **Review the Documentation**: Familiarize yourself with the project by thoroughly reading the [documentation](./artifacts/wiki.md) and reviewing the [automation workflow diagram](https://linktw.in/PloXtt).
32+
4. **Review the Documentation**: Familiarize yourself with the project by thoroughly reading the [documentation](https://devopshobbies.github.io/boundary-vault-stack/) and reviewing the [automation workflow diagram](https://linktw.in/PloXtt).
3333

3434
## Types of Contributions
3535

@@ -39,7 +39,7 @@ If you encounter any bugs, errors, or have suggestions for improvements:
3939

4040
- **Search Existing Issues**: Before submitting a new issue, check if it has already been reported.
4141
- **Create a New Issue**: If it’s a new issue, provide detailed information such as steps to reproduce, expected vs. actual results, and any relevant screenshots or logs.
42-
- **Link to Related Tasks**: If your issue relates to any of the [TODOs](https://github.com/Shayan-Ghani/boundary-vault-stack/tree/main/#to-do), reference the corresponding task.
42+
- **Link to Related Tasks**: If your issue relates to any of the [TODOs](https://github.com/devopshobbies/boundary-vault-stack/tree/main/#to-do), reference the corresponding task.
4343

4444
### Commit Messages
4545

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project provides a comprehensive, hands-on experience in Infrastructure as
88

99
## How to Use
1010

11-
1. **Read the Documentation**: Before getting started, ensure you have thoroughly reviewed the [project documentation](./artifacts/wiki.md) and the [automation workflow diagram](https://linktw.in/nWgoiO).
11+
1. **Read the Documentation**: Before getting started, ensure you have thoroughly reviewed the [project documentation](https://devopshobbies.github.io/boundary-vault-stack/) and the [automation workflow diagram](https://linktw.in/nWgoiO).
1212

1313
2. **Configure Variables**: Create your own `tfvars` file based on the samples provided in the [Boundary](./boundary/terraform/terraform.tfvars.sample) and [Vault](./vault/terraform/terraform.tfvars.sample) directories. Alternatively, you can remove the `.sample` extension from the provided sample files to use the default values.
1414

@@ -18,7 +18,7 @@ This project provides a comprehensive, hands-on experience in Infrastructure as
1818
./start.sh -e development
1919
```
2020

21-
For further assistance on exit/return codes and configurations, refer to the [documentation](./artifacts/wiki.md).
21+
For further assistance on exit/return codes and configurations, refer to the [documentation](https://devopshobbies.github.io/boundary-vault-stack/).
2222

2323
4. **Enter Vault Password**: You will be prompted to enter the Vault password to decrypt Ansible Vault-encrypted files (e.g., `inventory.ini`).
2424

artifacts/wiki.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ scripts/init.sh vault
176176

177177
## Still Having Issues?
178178

179-
For further assistance, feel free to open up a new issue on the [GitHub Issues page](https://github.com/Shayan-Ghani/boundary-vault-stack/issues).
179+
For further assistance, feel free to open up a new issue on the [GitHub Issues page](https://github.com/devopshobbies/boundary-vault-stack/issues).

artifacts/wiki/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h2 id="bear-in-mind">Bear In Mind</h2>
286286
<div class="issues section">
287287
<h2 id="still-having-issues" class="section-header">Still Having Issues</h2>
288288
<p>For further assistance, feel free to open up a new issue on the <a
289-
href="https://github.com/Shayan-Ghani/boundary-vault-stack/issues">GitHub Issues page.</a></p>
289+
href="https://github.com/devopshobbies/boundary-vault-stack/issues">GitHub Issues page.</a></p>
290290
</div>
291291

292292
</div>

0 commit comments

Comments
 (0)