Skip to content

Commit 82d4861

Browse files
WEBSITE: Updatedurl for the site
1 parent c05bd35 commit 82d4861

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"type": "git",
122122
"url": "git+https://github.com/PredictabilityAtScale/promptopskit.git"
123123
},
124-
"homepage": "https://github.com/PredictabilityAtScale/promptopskit",
124+
"homepage": "https://promptopskit.com",
125125
"author": "Predictability at Scale, Inc.",
126126
"license": "MIT",
127127
"engines": {

website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta name="author" content="Predictability at Scale, Inc." />
1717
<link
1818
rel="canonical"
19-
href="https://github.com/PredictabilityAtScale/promptopskit"
19+
href="https://promptopskit.com/"
2020
/>
2121

2222
<meta property="og:type" content="website" />
@@ -30,7 +30,7 @@
3030
/>
3131
<meta
3232
property="og:url"
33-
content="https://github.com/PredictabilityAtScale/promptopskit"
33+
content="https://promptopskit.com/"
3434
/>
3535
<meta property="og:site_name" content="PromptOpsKit" />
3636

@@ -59,7 +59,7 @@
5959
"operatingSystem": "Cross-platform",
6060
"license": "https://opensource.org/license/mit",
6161
"codeRepository": "https://github.com/PredictabilityAtScale/promptopskit",
62-
"url": "https://github.com/PredictabilityAtScale/promptopskit",
62+
"url": "https://promptopskit.com/",
6363
"description": "Open-source developer toolkit that centralizes prompts, system instructions, tools, and model settings into reusable, environment-aware assets.",
6464
"offers": {
6565
"@type": "Offer",

0 commit comments

Comments
 (0)