From 42286c76afbfa2bba7c79c0cf85bb8893cee1132 Mon Sep 17 00:00:00 2001 From: Holger Schmidt Date: Tue, 12 Nov 2024 22:49:45 +0100 Subject: [PATCH] updated demo links --- ICSharpCode.ILSpyX/MermaidDiagrammer/Wiki.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ICSharpCode.ILSpyX/MermaidDiagrammer/Wiki.md b/ICSharpCode.ILSpyX/MermaidDiagrammer/Wiki.md index 467aa8621d..76355a63a5 100644 --- a/ICSharpCode.ILSpyX/MermaidDiagrammer/Wiki.md +++ b/ICSharpCode.ILSpyX/MermaidDiagrammer/Wiki.md @@ -35,9 +35,9 @@ Generated diagrammers offer an **overview** over types, their members and **rela # Check out the demo -Have a look at the diagrammer generated for [SubTubular](https://github.com/h0lg/SubTubular): -It's got some [type relations](https://raw.githack.com/h0lg/SubTubular/netAmermaid2/netAmermaid/class-diagrammer.html?d=LR&i=tim&t=Caption-CaptionTrack-PaddedMatch-IncludedMatch-Video-VideoSearchResult-CaptionTrackResult) -and [inheritance](https://raw.githack.com/h0lg/SubTubular/netAmermaid2/netAmermaid/class-diagrammer.html?d=LR&i=tim&t=RemoteValidated-SearchChannel-SearchCommand-Shows-SearchPlaylist-SearchPlaylistCommand-OrderOptions-SearchVideos) +Have a look at the diagrammer generated for the [ICSharpCode.Decompiler.TypeSystem namespace](https://github.com/icsharpcode/ILSpy/tree/master/ICSharpCode.Decompiler/TypeSystem): +It's got some [type relations](https://ilspy.net/ICSharpCode.Decompiler/diagrammer/index.html?t=IType-ITypeDefinition&d=LR&i=tm) +and [inheritance](https://ilspy.net/ICSharpCode.Decompiler/diagrammer/index.html?t=IEntity-IEvent-IField-IMember-IMethod-IModule-INamedElement-INamespace-IParameter-IProperty-ISymbol-IVariable&d=LR&i=tim) going on that offer a decent playground. # Optimized for exploration and sharing