Comparing the generated website with the output from 2.71.1:
- Incorrect remote URL: "json-api-dotnet" changed to "verdie-g" (which is a fork of the project that I cloned a while ago)
- Backslashes instead of forward slashes: "/api/index.md/#L1" changed to "\api\index.md/#L1"
Before update:
<meta name="docfx:docurl" content="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/docs/api/index.md/#L1">
...
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/docs/api/index.md/#L1" class="edit-link">Edit this page</a>
After update:
<meta name="docfx:docurl" content="https://github.com/verdie-g/JsonApiDotNetCore/blob/master/docs\api\index.md/#L1">
...
<a href="https://github.com/verdie-g/JsonApiDotNetCore/blob/master/docs\api\index.md/#L1" class="edit-link">Edit this page</a>
Context:
- OS: Windows
- Docfx version: 2.71.1
Output from git remote -v:
github-desktop-verdie-g https://github.com/verdie-g/JsonApiDotNetCore.git (fetch)
github-desktop-verdie-g https://github.com/verdie-g/JsonApiDotNetCore.git (push)
origin https://github.com/json-api-dotnet/JsonApiDotNetCore.git (fetch)
origin https://github.com/json-api-dotnet/JsonApiDotNetCore.git (push)
Output from git config --get remote.origin.url:
https://github.com/json-api-dotnet/JsonApiDotNetCore.git
Comparing the generated website with the output from 2.71.1:
Before update:
After update:
Context:
Output from
git remote -v:Output from
git config --get remote.origin.url: