From d61e8accc46b32b8e743f8e48ab130e67beff4ef Mon Sep 17 00:00:00 2001 From: Baris Kasikci Date: Wed, 17 Jun 2026 22:09:04 -0700 Subject: [PATCH] Update links in README to new domain --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fcf356a0..d3d1e34d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Quickstart  ·  Models  ·  How it works  ·  - Docs  ·  - Blog  ·  + Docs  ·  + Blog  ·  Paper

@@ -21,7 +21,7 @@ License: Apache 2.0 Python 3.12 Modalities - Docs + Docs Paper (arXiv)

@@ -32,7 +32,7 @@

- One runtime that matches or beats state-of-the-art inference systems. Full methodology and current numbers in the blog post and paper. + One runtime that matches or beats state-of-the-art inference systems. Full methodology and current numbers in the blog post and paper.

## What is M*? @@ -148,13 +148,13 @@ for audio codecs, and persistent-cache loops for world-model rollouts. Benchmark numbers shift as systems evolve — ours and everyone else's — so rather than freeze figures here that go stale, we keep the current results and full methodology in the -[blog post](https://mstar-project.github.io/) and the [paper](https://arxiv.org/abs/2606.12688). +[blog post](https://m-star.org/) and the [paper](https://arxiv.org/abs/2606.12688). ## Contributing Issues and pull requests are welcome. Found a bug, or want a model or feature supported? **[Open an issue](https://github.com/mstar-project/mstar/issues).** To add a model yourself, -follow the [Adding a New Model](https://mstar-project.github.io/mstar/adding_models.html) guide. +follow the [Adding a New Model](https://m-star.org/mstar/adding_models.html) guide. PRs to `main` go through review and CI (`ruff`). ## Citation