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)
103
103
url : "https://aspnetzero.com?ref=abptmpl" ,
104
104
icon : "far fa-dot-circle"
105
105
)
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
- )
113
106
) . AddItem (
114
107
new MenuItemDefinition (
115
108
"AspNetZeroFeatures" ,
116
109
new FixedLocalizableString ( "Features" ) ,
117
- url : "https://aspnetzero.com/?ref=abptmpl#features " ,
110
+ url : "https://aspnetzero.com/Features ?ref=abptmpl" ,
118
111
icon : "far fa-dot-circle"
119
112
)
120
113
) . AddItem (
121
114
new MenuItemDefinition (
122
115
"AspNetZeroPricing" ,
123
116
new FixedLocalizableString ( "Pricing" ) ,
124
- url : "https://aspnetzero.com/?ref=abptmpl#pricing" ,
117
+ url : "https://aspnetzero.com/Pricing ?ref=abptmpl#pricing" ,
125
118
icon : "far fa-dot-circle"
126
119
)
127
120
) . AddItem (
You can’t perform that action at this time.
0 commit comments