microsoft / graphrag

A modular graph-based Retrieval-Augmented Generation (RAG) system
https://microsoft.github.io/graphrag/
MIT License
19.34k stars 1.91k forks source link

fix: correct path to images #1406

Closed SinghCoder closed 1 week ago

SinghCoder commented 1 week ago

Description

The PR just fixes the path to the images referenced in markdown files.

Proposed Changes

Just the image paths changed from ../img to ./img

Checklist

SinghCoder commented 1 week ago

@microsoft-github-policy-service agree

natoverse commented 1 week ago

These paths are actually correct - the markdown pages render as a "folder" in the URL hierarchy (e.g.,: https://microsoft.github.io/graphrag/prompt_tuning/auto_prompt_tuning/), so you need the extra ../. This is a bit confusing during development because it seems one level too low.