File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Startup Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -103,25 +103,18 @@ public override void SetNavigation(INavigationProviderContext context)
103103 url : "https://aspnetzero.com?ref=abptmpl" ,
104104 icon : "far fa-dot-circle"
105105 )
106- ) . AddItem (
107- new MenuItemDefinition (
108- "AspNetZeroDescription" ,
109- new FixedLocalizableString ( "Description" ) ,
110- url : "https://aspnetzero.com/?ref=abptmpl#description" ,
111- icon : "far fa-dot-circle"
112- )
113106 ) . AddItem (
114107 new MenuItemDefinition (
115108 "AspNetZeroFeatures" ,
116109 new FixedLocalizableString ( "Features" ) ,
117- url : "https://aspnetzero.com/?ref=abptmpl#features " ,
110+ url : "https://aspnetzero.com/Features ?ref=abptmpl" ,
118111 icon : "far fa-dot-circle"
119112 )
120113 ) . AddItem (
121114 new MenuItemDefinition (
122115 "AspNetZeroPricing" ,
123116 new FixedLocalizableString ( "Pricing" ) ,
124- url : "https://aspnetzero.com/?ref=abptmpl#pricing" ,
117+ url : "https://aspnetzero.com/Pricing ?ref=abptmpl#pricing" ,
125118 icon : "far fa-dot-circle"
126119 )
127120 ) . AddItem (
You can’t perform that action at this time.
0 commit comments