Skip to content

Commit

Permalink
docs: correct link due to changes from PR #3266
Browse files Browse the repository at this point in the history
Due to changes in the directory structure as seen in pull request #3266, the link to light clients in the documentation needed an update. This commit modifies the link from `./light-clients` to `./cosmwasm/ibc-union/light-clients` to reflect the new directory path correctly.

Refs: #3266
  • Loading branch information
CodeDragonVN committed Jan 22, 2025
1 parent 161d1ea commit 3199446
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ The upgradability of contracts on other chains, connections, token configuration

## Components

| Component | Description | Language(s) |
| ------------------------------------------- | ---------------------------------------------------- | --------------------- |
| [`uniond`](./uniond) | The Union node implementation, using [`CometBLS`] | [Go] |
| [`galoisd`](./galoisd) | The zero-knowledge prover implementation | [Go] [Gnark] |
| [`voyager`](./voyager) | Modular hyper-performant cross-ecosystem relayer | [Rust] |
| [`hubble`](./hubble) | Multi-ecosystem, GMP-enabled chain indexer | [Rust] |
| [`cosmwasm`](./cosmwasm) | [CosmWasm] smart contract stack | [Rust] |
| [`light-clients`](./light-clients) | [Light Clients] for various ecosystems | [Rust] |
| [`unionvisor`](./unionvisor/README.md) | Node supervisor intended for production usage | [Rust] |
| [`drip`](./drip) | Faucet for [Cosmos] chains: [app.union.build/faucet] | [Rust] |
| [`evm`](./evm) | [EVM] smart contract stack | [Solidity] |
| [`app`](./app) | [app.union.build] | [TypeScript] [Svelte] |
| [`site`](./site) | [union.build] | [TypeScript] [Astro] |
| [`TypeScript SDK`](./typescript-sdk) | TypeScript SDK for interacting with Union | [TypeScript] |
| Component | Description | Language(s) |
| ----------------------------------------------------- | ---------------------------------------------------- | --------------------- |
| [`uniond`](./uniond) | The Union node implementation, using [`CometBLS`] | [Go] |
| [`galoisd`](./galoisd) | The zero-knowledge prover implementation | [Go] [Gnark] |
| [`voyager`](./voyager) | Modular hyper-performant cross-ecosystem relayer | [Rust] |
| [`hubble`](./hubble) | Multi-ecosystem, GMP-enabled chain indexer | [Rust] |
| [`cosmwasm`](./cosmwasm) | [CosmWasm] smart contract stack | [Rust] |
| [`light-clients`](./cosmwasm/ibc-union/light-clients) | [Light Clients] for various ecosystems | [Rust] |
| [`unionvisor`](./unionvisor/README.md) | Node supervisor intended for production usage | [Rust] |
| [`drip`](./drip) | Faucet for [Cosmos] chains: [app.union.build/faucet] | [Rust] |
| [`evm`](./evm) | [EVM] smart contract stack | [Solidity] |
| [`app`](./app) | [app.union.build] | [TypeScript] [Svelte] |
| [`site`](./site) | [union.build] | [TypeScript] [Astro] |
| [`TypeScript SDK`](./typescript-sdk) | TypeScript SDK for interacting with Union | [TypeScript] |

## Quickstart

Expand Down

0 comments on commit 3199446

Please sign in to comment.