Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ edition = "2021"
rust-version = "1.81"
license = "Apache-2.0"
authors = ["Arlo Louis Byrne (idky137) <arlo@umbriel-systems.com>"]
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"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)](#)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -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) |

Expand Down