Skip to content

Commit

Permalink
Merge pull request #728 from threefoldtech/development-split
Browse files Browse the repository at this point in the history
Fix links after latest PR to development
  • Loading branch information
mik-tf authored Jan 26, 2025
2 parents 9abdf09 + 46c927e commit 883ded9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Redis is widely used in various use cases, including caching, session management

### Linux

If you don't find Redis in your Linux distro's package manager, check the [Redis downloads](https://redis.io/download) page for the source code and installation instructions.
If you don't find Redis in your Linux distro's package manager, check the [Redis downloads](https://redis.io/downloads/) page for the source code and installation instructions.

### MacOS

Expand All @@ -25,7 +25,7 @@ brew update
brew install redis
```

Alternatively, it can be built from source, using the same [download page](https://redis.io/download/) as shown above.
Alternatively, it can be built from source, using the same [download page](https://redis.io/downloads/) as shown above.



Expand Down
8 changes: 4 additions & 4 deletions src/knowledge_base/releasenotes/tfgrid_release_3_0_a2.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ TODO

Following list is incomplete but gives some issues to think about.

- Weblets [limitations](https://library.threefold.me/info/manual/#/manual__weblets_home?id=limitations)
- Weblets limitations
- QSFS integration is a work in progress
- ZOS and SSD performance [issue](https://github.com/threefoldtech/zos/issues/1467)
- Threefold Connect having [issues](https://circles.threefold.me/project/test-tfgrid3/issue/52)
- Docker & ZOS containers [differences](https://github.com/threefoldtech/zos/issues/1483)
- ZOS workloads upgrade [issue](https://github.com/threefoldtech/zos/issues/1425)
- Terraform projects [don't reflect in the weblets](https://github.com/threefoldtech/terraform-provider-grid/issues/146)
- Can't detach public IP from a VM and removing it from a contract [issue](https://github.com/threefoldtech/tfchain_pallets/issues/73), please note you can still create each in separate contracts.
- Can't detach public IP from a VM and removing it from a contract [issue](https://github.com/threefoldtech/tfchain/issues/175), please note you can still create each in separate contracts.

# ThreeFold Release Notes TFGrid 3.0.0 Alpha 1 (Live on mainnet)

Expand Down Expand Up @@ -193,12 +193,12 @@ TODO

Following list is incomplete but gives some issues to think about.

- Weblets [limitations](https://library.threefold.me/info/manual/#/manual__weblets_home?id=limitations)
- Weblets limitations
- Public IP6 [support](https://github.com/threefoldtech/zos/pull/1488) in ZOS
- QSFS integration is a work in progress
- ZOS and SSD performance [issue](https://github.com/threefoldtech/zos/issues/1467)
- Threefold Connect having [issues](https://circles.threefold.me/project/test-tfgrid3/issue/52)
- Docker & ZOS containers [differences](https://github.com/threefoldtech/zos/issues/1483)
- ZOS workloads upgrade [issue](https://github.com/threefoldtech/zos/issues/1425)
- Terraform projects [don't reflect in the weblets](https://github.com/threefoldtech/terraform-provider-grid/issues/146)
- Can't detach public IP from a VM and removing it from a contract [issue](https://github.com/threefoldtech/tfchain_pallets/issues/73), please note you can still create each in separate contracts.
- Can't detach public IP from a VM and removing it from a contract [issue](https://github.com/threefoldtech/tfchain/issues/175), please note you can still create each in separate contracts.

0 comments on commit 883ded9

Please sign in to comment.