Skip to content

Commit

Permalink
Use tagged link for examples and templates (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak authored Jan 19, 2024
1 parent faad875 commit 14185a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ using the Scala programming language. Scala support is currently in **Public Bet

* **[Besom Docs](https://virtuslab.github.io/besom/)**: Learn about Besom concepts, follow user-guides, and consult the reference documentation.

* **[Examples](./examples)**: Browse Scala examples across many clouds and scenarios including containers, serverless,
* **[Examples](https://github.com/VirtusLab/besom/tree/v0.1.0-examples/examples)**: Browse Scala examples across many clouds and scenarios including containers, serverless,
and infrastructure.

## <a name="getting-started"></a>Getting Started
Expand Down Expand Up @@ -58,7 +58,7 @@ using the Scala programming language. Scala support is currently in **Public Bet
mkdir besom-demo && cd besom-demo
```
```bash
pulumi new https://github.com/VirtusLab/besom/tree/develop/templates/aws
pulumi new https://github.com/VirtusLab/besom/tree/v0.1.0-examples/templates/aws
```

5. **Deploy to the Cloud**:
Expand Down Expand Up @@ -94,7 +94,7 @@ using the Scala programming language. Scala support is currently in **Public Bet
To learn more, head over to
[virtuslab.github.io/besom](https://virtuslab.github.io/besom/) for much more information, including
[tutorial](https://virtuslab.github.io/besom/docs/tutorial),
[examples](./examples),
[examples](https://github.com/VirtusLab/besom/tree/v0.1.0-examples/examples),
and [architecture and programming model concepts](https://virtuslab.github.io/besom/docs/architecture).
## Explaining the project structure
Expand Down
2 changes: 1 addition & 1 deletion website/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Examples
---

All examples are available in [Besom GitHub repository](https://github.com/VirtusLab/besom/tree/develop/examples).
All examples are available in [Besom GitHub repository](https://github.com/VirtusLab/besom/tree/v0.1.0-examples/examples).
2 changes: 1 addition & 1 deletion website/docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To start your adventure with infrastructure-as-code with Scala follow these step
mkdir besom-demo && cd besom-demo
```
```bash
pulumi new https://github.com/VirtusLab/besom/tree/develop/templates/aws
pulumi new https://github.com/VirtusLab/besom/tree/v0.1.0-examples/templates/aws
```

5. **Deploy to the Cloud**:
Expand Down
2 changes: 1 addition & 1 deletion website/docs/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
title: Templates
---

All templates are available in [Besom GitHub repository](https://github.com/VirtusLab/besom/tree/develop/templates).
All templates are available in [Besom GitHub repository](https://github.com/VirtusLab/besom/tree/v0.1.0-examples/templates).

0 comments on commit 14185a7

Please sign in to comment.