Skip to content

Commit 8daa769

Browse files
authored
Merge branch 'main' into 5135-promo-text
2 parents 4b645b0 + 75c5f0b commit 8daa769

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.platform/routes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sites/platform/src/development/local/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ your app on your computer.
2626

2727
You 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)

0 commit comments

Comments
 (0)