Skip to content

Commit af3a851

Browse files
committed
NEXT
1 parent 32a43f4 commit af3a851

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

v2/Generator/Generator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

v2/rscg_examples_site/docs/RSCG-Examples/Nino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Source: https://github.com/JasonXuDeveloper/Nino
4343
### Author
4444
:::note
4545
Jason Xu
46-
![Alt text](https:/github.com/JasonXuDeveloper.png)
46+
![Alt text](https://github.com/JasonXuDeveloper.png)
4747
:::
4848

4949
### Original Readme

v2/rscg_examples_site/docs/RSCG-Examples/SKPromptGenerator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Source: https://github.com/CharlieDigital/SKPromptGenerator
4343
### Author
4444
:::note
4545
Charlie Chen
46-
![Alt text](https:/github.com/CharlieDigital.png)
46+
![Alt text](https://github.com/CharlieDigital.png)
4747
:::
4848

4949
### Original Readme

0 commit comments

Comments
 (0)