From 670758551159a4d5b5ea97a68d8fa43305b05dde Mon Sep 17 00:00:00 2001 From: idky137 Date: Thu, 9 Apr 2026 15:05:03 +0100 Subject: [PATCH] updated repo refs --- Cargo.toml | 4 ++-- README.md | 6 +++--- docs/quickstart.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cc8cbae..3e0e886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,8 @@ edition = "2021" rust-version = "1.81" license = "Apache-2.0" authors = ["Arlo Louis Byrne (idky137) "] -repository = "https://github.com/idky137/limen" -homepage = "https://github.com/idky137/limen" +repository = "https://github.com/umbriel-sys/limen" +homepage = "https://github.com/umbriel-sys/limen" documentation = "https://docs.rs/limen-core" readme = "README.md" keywords = ["embedded", "inference", "runtime", "no-std", "graph"] diff --git a/README.md b/README.md index 8cd83c7..14d7c77 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Limen -[![CI](https://github.com/idky137/limen/actions/workflows/ci.yml/badge.svg)](https://github.com/idky137/limen/actions/workflows/ci.yml) +[![CI](https://github.com/umbriel-sys/limen/actions/workflows/ci.yml/badge.svg)](https://github.com/umbriel-sys/limen/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE-APACHE) [![MSRV](https://img.shields.io/badge/MSRV-1.81-blue.svg)](#) @@ -64,7 +64,7 @@ Limen closes this gap. ```bash # Clone and enter the repository -git clone https://github.com/idky137/limen.git +git clone https://github.com/umbriel-sys/limen.git cd limen # Run the pipeline demo (requires std feature for concurrent execution) @@ -206,7 +206,7 @@ beyond. | Document | Description | |---|---| -| [API Reference](https://idky137.github.io/limen/) | Rustdoc API documentation (GitHub Pages) | +| [API Reference](https://umbriel-sys.github.io/limen/) | Rustdoc API documentation (GitHub Pages) | | [Quickstart Guide](docs/quickstart.md) | Pipeline demo walkthrough and expected output | | [Architecture Guide](docs/architecture/index.md) | System design, memory model, execution flow | | [Decision Records](docs/ADRs/) | Rationale behind key design decisions | diff --git a/docs/quickstart.md b/docs/quickstart.md index d219ae1..fb64e17 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -11,7 +11,7 @@ demonstrates Limen's core capabilities in under a minute. - No external dependencies — everything builds from source. ```bash -git clone https://github.com/idky137/limen.git +git clone https://github.com/umbriel-sys/limen.git cd limen ``` @@ -177,7 +177,7 @@ graph id: 0 |---|---| | Define your own graph | See `limen-examples/examples/pipeline_demo.rs` for the `define_graph!` DSL | | Architecture deep dive | [Architecture Guide](architecture/index.md) | -| API reference | `cargo doc --workspace --open` or [GitHub Pages](https://idky137.github.io/limen/) | +| API reference | `cargo doc --workspace --open` or [GitHub Pages](https://umbriel-sys.github.io/limen/) | | Design decisions | [ADRs](ADRs/) | | Full roadmap | [Roadmap](roadmap.md) |