K446 commited on
Commit
7b306cb
·
1 Parent(s): 2f2ff77

docs(readme): point blog links to the HF Space copy of blog.md

Browse files

GitHub-rendered blog.md works fine, but the HF-Space-hosted copy is what
visitors land on first. Re-route the three clickable blog references
(badge, intro callout, links table) to
https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md so the story
opens beside the live demo. The file-tree mention is left as a relative path.

Made-with: Cursor

Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -18,7 +18,7 @@ pinned: false
18
 
19
  [![Live Demo](https://img.shields.io/badge/🤗%20Live%20Demo-HuggingFace%20Space-yellow)](https://huggingface.co/spaces/K446/Opengrid)
20
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?logo=github)](https://github.com/krishnagoyal099/Opengrid_env)
21
- [![Blog](https://img.shields.io/badge/📖-Read%20the%20story-blue)](blog.md)
22
  [![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org)
23
  [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
24
 
@@ -31,7 +31,7 @@ pinned: false
31
  OpenGrid is a **simulated power grid** with real physics. AI agents log in, see what's happening on their patch of the grid, and try to keep the lights on without causing a blackout.
32
 
33
  > **Try it live:** [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid)
34
- > **Read the full story:** [blog.md](blog.md)
35
 
36
  ![OpenGrid Dashboard — multi-agent control room running on the Karnataka topology](docs/images/dashboard.png)
37
  *The live dashboard during a Karnataka episode: 4 zones, real GPS coordinates, frequency gauge, generation mix, reward history. Agent 0 (Kalaburagi) is highlighted in the side panel.*
@@ -486,7 +486,7 @@ Every design decision in OpenGrid traces back to established power systems engin
486
  | Live demo | [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid) |
487
  | GitHub | [github.com/krishnagoyal099/Opengrid_env](https://github.com/krishnagoyal099/Opengrid_env) |
488
  | Swagger | [/docs on the Space](https://k446-opengrid.hf.space/docs) |
489
- | Story | [blog.md](blog.md) |
490
 
491
  ---
492
 
 
18
 
19
  [![Live Demo](https://img.shields.io/badge/🤗%20Live%20Demo-HuggingFace%20Space-yellow)](https://huggingface.co/spaces/K446/Opengrid)
20
  [![GitHub](https://img.shields.io/badge/GitHub-Repository-181717?logo=github)](https://github.com/krishnagoyal099/Opengrid_env)
21
+ [![Blog](https://img.shields.io/badge/📖-Read%20the%20story-blue)](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md)
22
  [![Python](https://img.shields.io/badge/python-3.10%2B-blue)](https://www.python.org)
23
  [![License](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
24
 
 
31
  OpenGrid is a **simulated power grid** with real physics. AI agents log in, see what's happening on their patch of the grid, and try to keep the lights on without causing a blackout.
32
 
33
  > **Try it live:** [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid)
34
+ > **Read the full story:** [blog.md](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md)
35
 
36
  ![OpenGrid Dashboard — multi-agent control room running on the Karnataka topology](docs/images/dashboard.png)
37
  *The live dashboard during a Karnataka episode: 4 zones, real GPS coordinates, frequency gauge, generation mix, reward history. Agent 0 (Kalaburagi) is highlighted in the side panel.*
 
486
  | Live demo | [huggingface.co/spaces/K446/Opengrid](https://huggingface.co/spaces/K446/Opengrid) |
487
  | GitHub | [github.com/krishnagoyal099/Opengrid_env](https://github.com/krishnagoyal099/Opengrid_env) |
488
  | Swagger | [/docs on the Space](https://k446-opengrid.hf.space/docs) |
489
+ | Story | [blog.md](https://huggingface.co/spaces/K446/Opengrid/blob/main/blog.md) |
490
 
491
  ---
492