File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
sites/platform/src/development/local Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ https://{default}/:
1111 paths :
1212 " /frameworks/(?!deploy|drupal)(.*).html " : { "to": "/guides/$1/deploy.html", "code": 301, "regexp": true }
1313 # Here just in case this path isn't update on redirection.io
14- " /api(/index.html)? " : { "to": "https://docs.upsun.com/api/", "code": 301, "regexp" : true }
14+ " ^ /api(/index.html)?" : { "to": "https://docs.upsun.com/api/", "code": 301, "regexp" : true }
1515
1616" https://search.{default}/ " :
1717 type : upstream
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ your app on your computer.
2626
2727You need to have:
2828
29- - A {{< vendor/name >}} account:
30- new users can sign up for a [ free trial account] ( https://auth.upsun.com/register )
29+ - An {{% vendor/company_name %}} account
3130- A working project
3231- [ Git] ( https://git-scm.com/downloads )
3332- The [ {{% vendor/name %}} CLI] ( /administration/cli/_index.md )
You can’t perform that action at this time.
0 commit comments