File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,14 +313,14 @@ defaults to `false`
313313
314314Since version 1.2.0, all nodes of the graph can contain clickable links to their corresponding nuget.org page.
315315
316- For example, clicking on the ` Npgsql ` box below opens https://www.nuget.org/packages/Npgsql/9 .0.3
316+ For example, clicking on the ` Npgsql ` box below opens https://www.nuget.org/packages/Npgsql/10 .0.0
317317
318318``` mermaid
319319graph LR
320320classDef default fill:aquamarine,stroke:#009061,color:#333333
321321Npgsql.EntityFrameworkCore.PostgreSQL --> Npgsql
322- click Npgsql.EntityFrameworkCore.PostgreSQL "https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/9 .0.4 " "Npgsql.EntityFrameworkCore.PostgreSQL 9 .0.4 "
323- click Npgsql "https://www.nuget.org/packages/Npgsql/9 .0.3 " "Npgsql 9 .0.3 "
322+ click Npgsql.EntityFrameworkCore.PostgreSQL "https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/10 .0.0 " "Npgsql.EntityFrameworkCore.PostgreSQL 10 .0.0 "
323+ click Npgsql "https://www.nuget.org/packages/Npgsql/10 .0.0 " "Npgsql 10 .0.0 "
324324```
325325
326326To enable links, set the ` ChiselGraphIncludeLinks ` property to ` true ` .
You can’t perform that action at this time.
0 commit comments