Browse Source

updated repo URL and doco link to new Wiki page

pull/3324/head
Holger Schmidt 1 year ago
parent
commit
9973c5a12b
  1. 2
      ICSharpCode.ILSpyX/MermaidDiagrammer/GenerateHtmlDiagrammer.cs
  2. 2
      ICSharpCode.ILSpyX/MermaidDiagrammer/html/template.html

2
ICSharpCode.ILSpyX/MermaidDiagrammer/GenerateHtmlDiagrammer.cs

@ -24,7 +24,7 @@ namespace ICSharpCode.ILSpyX.MermaidDiagrammer @@ -24,7 +24,7 @@ namespace ICSharpCode.ILSpyX.MermaidDiagrammer
/// To use it outside of that context, set its properties and call <see cref="Run"/>.</summary>
public partial class GenerateHtmlDiagrammer
{
internal const string RepoUrl = "https://github.com/h0lg/netAmermaid";
internal const string RepoUrl = "https://github.com/icsharpcode/ILSpy";
public required string Assembly { get; set; }
public string? OutputFolder { get; set; }

2
ICSharpCode.ILSpyX/MermaidDiagrammer/html/template.html

@ -174,7 +174,7 @@ @@ -174,7 +174,7 @@
</span>
<span>
using <a class="project" target="_blank" href="{{RepoUrl}}#readme" title="🤿 get learned and find out about or 🔱 fork the project">ICSharpCode.ILSpyX</a> v{{BuilderVersion}}
<a target="_blank" href="{{RepoUrl}}/tree/v{{BuilderVersion}}#readme" title="the manual for v{{BuilderVersion}}">📜</a>
<a target="_blank" href="{{RepoUrl}}/wiki/Diagramming" title="the manual">📜</a>
<a target="_blank" href="{{RepoUrl}}/discussions" title="🤔 ask questions, share and discuss 💡 ideas">💬</a>
<a target="_blank" href="{{RepoUrl}}/issues" title="🦟 feed bugs to the fishes and request 🌱 new features"><span class="mano-a-borsa"></span></a>
<a target="_blank" href="{{RepoUrl}}/releases/latest" title="☄ download the latest bits to 🌊 generate better diagrammers">🌩</a>

Loading…
Cancel
Save