File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,25 +65,25 @@ public override void SetNavigation(INavigationProviderContext context)
6565 new MenuItemDefinition (
6666 "AspNetBoilerplateHome" ,
6767 new FixedLocalizableString ( "Home" ) ,
68- url : "https://aspnetboilerplate.com/ ref=abptmpl"
68+ url : "https://aspnetboilerplate.com? ref=abptmpl"
6969 )
7070 ) . AddItem (
7171 new MenuItemDefinition (
7272 "AspNetBoilerplateTemplates" ,
7373 new FixedLocalizableString ( "Templates" ) ,
74- url : "https://aspnetboilerplate.com/Templatesref =abptmpl"
74+ url : "https://aspnetboilerplate.com/Templates?ref =abptmpl"
7575 )
7676 ) . AddItem (
7777 new MenuItemDefinition (
7878 "AspNetBoilerplateSamples" ,
7979 new FixedLocalizableString ( "Samples" ) ,
80- url : "https://aspnetboilerplate.com/Samplesref =abptmpl"
80+ url : "https://aspnetboilerplate.com/Samples?ref =abptmpl"
8181 )
8282 ) . AddItem (
8383 new MenuItemDefinition (
8484 "AspNetBoilerplateDocuments" ,
8585 new FixedLocalizableString ( "Documents" ) ,
86- url : "https://aspnetboilerplate.com/Pages/Documentsref =abptmpl"
86+ url : "https://aspnetboilerplate.com/Pages/Documents?ref =abptmpl"
8787 )
8888 )
8989 ) . AddItem (
You can’t perform that action at this time.
0 commit comments