From 4f3942a141abccebc252f0c6b6b3a920a87d5515 Mon Sep 17 00:00:00 2001 From: fipppi <12421916+fipppi@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:23:56 +1000 Subject: [PATCH] Update docs links to new URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c7f41f0..b26392cb4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to [Stake Engine Math SDK](https://engine.stake.com/)! The Math SDK is a Python-based engine for defining game rules, simulating outcomes, and optimizing win distributions. It generates all necessary backend and configuration files, lookup tables, and simulation results. -For technical details [view the docs](https://stakeengine.github.io/math-sdk/) +For technical details [view the docs](https://engineio.github.io/math-sdk/) # Installation @@ -18,5 +18,5 @@ It is recommended to use [Make](https://www.gnu.org/software/make/) and setup th make setup ``` -Alternatively, visit our [Setup and Installation page](https://stakeengine.github.io/math-sdk/math_docs/general_overview/) for more details. +Alternatively, visit our [Setup and Installation page](https://engineio.github.io/math-sdk/math_docs/general_overview/) for more details.