Skip to content

Commit 26437b8

Browse files
authored
Update Forms demo URLs to labs.flexion.us subdomains (#19)
Replace AWS infrastructure URLs with friendly subdomains: - Forms Platform: pp4cc7kwbf.us-east-1.awsapprunner.com → 10x-forms.labs.flexion.us - Forms Lab: ec2-34-197-222-16.compute-1.amazonaws.com → forms.labs.flexion.us
1 parent 40efd4f commit 26437b8

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

content/featured/forms-lab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ tagline: Digitize forms to create modern, accessible experiences for public outr
44
order: 1
55
links:
66
- label: Forms Platform
7-
url: https://pp4cc7kwbf.us-east-1.awsapprunner.com/
7+
url: https://10x-forms.labs.flexion.us/
88
kind: demo
99
- label: flexion/forms
1010
url: https://github.com/flexion/forms
1111
kind: repo
1212
- label: Forms Lab (experiment)
13-
url: https://ec2-34-197-222-16.compute-1.amazonaws.com/
13+
url: https://forms.labs.flexion.us/
1414
kind: demo
1515
- label: flexion/forms-lab
1616
url: https://github.com/flexion/forms-lab

data/repos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
"name": "forms-lab",
544544
"description": "Experiments in delivering friendly government forms.",
545545
"url": "https://github.com/flexion/forms-lab",
546-
"homepage": "https://ec2-34-197-222-16.compute-1.amazonaws.com",
546+
"homepage": "https://forms.labs.flexion.us",
547547
"language": "TypeScript",
548548
"license": "Apache-2.0",
549549
"pushedAt": "2026-04-21T14:34:26Z",

tests/build/featured.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('loadFeatured', () => {
2424
expect(forms.links.map((l) => l.kind)).toEqual(['demo', 'repo', 'demo', 'repo'])
2525
expect(forms.links[0]).toEqual({
2626
label: 'Forms Platform',
27-
url: 'https://pp4cc7kwbf.us-east-1.awsapprunner.com/',
27+
url: 'https://10x-forms.labs.flexion.us/',
2828
kind: 'demo',
2929
})
3030
})

tests/views/home.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const featured: FeaturedLab[] = [
2121
tagline: 'Digitize forms to create modern, accessible experiences for public outreach.',
2222
order: 1,
2323
links: [
24-
{ label: 'Forms Platform', url: 'https://pp4cc7kwbf.us-east-1.awsapprunner.com/', kind: 'demo' },
24+
{ label: 'Forms Platform', url: 'https://10x-forms.labs.flexion.us/', kind: 'demo' },
2525
{ label: 'flexion/forms', url: 'https://github.com/flexion/forms', kind: 'repo' },
2626
],
2727
},

0 commit comments

Comments
 (0)