From f629e4cbfa4ba5d0b2dbf75e30872199f49b355f Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Thu, 16 Jan 2025 16:58:55 -0700 Subject: [PATCH] Improve docfx links --- README.md | 2 +- docfx/toc.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index feabc2a1..64ad3fbd 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ ## Usage -[Check out our product documentation](https://microsoft.github.io/CsWin32/). +[Check out our product documentation](https://microsoft.github.io/CsWin32/docs/getting-started.html). diff --git a/docfx/toc.yml b/docfx/toc.yml index 8f2078fd..390e470e 100644 --- a/docfx/toc.yml +++ b/docfx/toc.yml @@ -3,3 +3,5 @@ items: href: docs/ - name: Source Generator API href: api/ +- name: GitHub + href: https://github.com/microsoft/CsWin32