Skip to content

Commit 88e3000

Browse files
committed
New URL
1 parent c876180 commit 88e3000

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is a web application for viewing and managing security control overlays tha
1010

1111
- **Frontend**: Single-page application using vanilla JavaScript embedded in `index.html` (no build process)
1212
- **Data Pipeline**: Python scripts extract data from PDF overlays → JSON files → JavaScript web app
13-
- **Hosting**: https://sl5.org/IL6 (GitHub: https://github.com/SL5TaskForce/IL6-control-catalog)
13+
- **Hosting**: https://il6.sl5taskforce.org/ (GitHub: https://github.com/SL5TaskForce/IL6-control-catalog)
1414

1515
## Common Development Commands
1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
An interactive web application for exploring security control overlays that constitute **Information Level 6 (IL6)** — the DoD standard for cloud service providers working with classified secret information.
44

5-
🌐 **Live Site:** [https://sl5.org/IL6](https://sl5.org/IL6)
5+
🌐 **Live Site:** [https://il6.sl5taskforce.org/](https://il6.sl5taskforce.org/)
66

77
---
88

@@ -183,7 +183,7 @@ This is a vanilla JavaScript application with zero dependencies. Edit `index.htm
183183

184184
## Deployment
185185

186-
The site is deployed at [https://sl5.org/IL6](https://sl5.org/IL6). Push to the main branch to trigger deployment.
186+
The site is deployed at [https://il6.sl5taskforce.org/](https://il6.sl5taskforce.org/). Push to the main branch to trigger deployment.
187187

188188
---
189189

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<meta property="og:title" content="IL6 Control Catalog | SL5 Task Force">
1717
<meta property="og:description" content="Interactive explorer for IL6 security control overlays. Browse NIST SP 800-53 controls with FedRAMP High, CNSSI 1253, Classified Information, and FedRAMP+ overlays.">
1818
<meta property="og:type" content="website">
19-
<meta property="og:url" content="https://sl5.org/IL6">
19+
<meta property="og:url" content="https://il6.sl5taskforce.org/">
2020
<meta name="twitter:card" content="summary">
2121
<meta name="twitter:title" content="IL6 Control Catalog | SL5 Task Force">
2222
<meta name="twitter:description" content="Interactive explorer for IL6 security control overlays based on NIST SP 800-53 for DoD cloud compliance.">
23-
<link rel="canonical" href="https://sl5.org/IL6">
23+
<link rel="canonical" href="https://il6.sl5taskforce.org/">
2424
<style>
2525
/* --------------------
2626
Global Styles

0 commit comments

Comments
 (0)