Skip to content

Commit 3ce0091

Browse files
committed
Fixed Git link
1 parent fdebfe9 commit 3ce0091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AutoEntityGenerator.CodeGenerator/CodeGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal abstract class CodeGenerator
1010
protected string Comments =>
1111
$@"/*
1212
Generated by {nameof(AutoEntityGenerator)} on {DateTime.Now}
13-
For more information about {nameof(AutoEntityGenerator)}, Visit https://github.com/Peled-Zohar/AutoEntityCreator
13+
For more information about {nameof(AutoEntityGenerator)}, Visit https://github.com/Peled-Zohar/AutoEntityGenerator
1414
*/
1515
";
1616
}

0 commit comments

Comments
 (0)