Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Loading