File tree Expand file tree Collapse file tree
rscg_examples_site/docs/RSCG-Examples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ public string ImageAuthor
7070 splitSlash [ splitSlash . Count - 1 ] = splitSlash [ splitSlash . Count - 1 ] + ".png" ;
7171
7272 var author = string . Join ( '/' , splitSlash ) ;
73- if ( author . StartsWith ( "https:/github.com/ SG4MVC", StringComparison . InvariantCultureIgnoreCase ) )
73+ if ( author . Contains ( " SG4MVC", StringComparison . InvariantCultureIgnoreCase ) )
7474 return "https://github.com/MarkFl12.png" ;
7575 if ( author . Contains ( "snowberry-software" , StringComparison . InvariantCultureIgnoreCase ) )
7676 return "https://github.com/VNNCC.png" ;
7777
78- return author ;
78+ return author . Replace ( "https:/" , "https://" ) ;
7979 }
8080 }
8181 public string NamePackage ( string item )
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Source: https://github.com/JasonXuDeveloper/Nino
4343### Author
4444::: note
4545Jason Xu
46- ![ Alt text] ( https:/github.com/JasonXuDeveloper.png )
46+ ![ Alt text] ( https:// github.com/JasonXuDeveloper.png )
4747:::
4848
4949### Original Readme
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Source: https://github.com/CharlieDigital/SKPromptGenerator
4343### Author
4444::: note
4545Charlie Chen
46- ![ Alt text] ( https:/github.com/CharlieDigital.png )
46+ ![ Alt text] ( https:// github.com/CharlieDigital.png )
4747:::
4848
4949### Original Readme
You can’t perform that action at this time.
0 commit comments