Skip to content

Commit fd44862

Browse files
committed
feat(docs): change schema url in examples to getkulala.net domain
1 parent b48c86f commit fd44862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/usage/dotenv-and-http-client.env.json-support.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Press `<leader>Re` to open Environment Manager to select the environment and to
3838

3939
```json title="http-client.env.json"
4040
{
41-
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.env.schema.json",
41+
"$schema": "https://getkulala.net/http-client.env.schema.json",
4242
"dev": {
4343
"API_URL": "https://httpbin.org/post?env=dev",
4444
"API_KEY": ""
@@ -96,7 +96,7 @@ add it to your `.gitignore` file.
9696

9797
```json title="http-client.private.env.json"
9898
{
99-
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.private.env.schema.json",
99+
"$schema": "https://getkulala.net/http-client.private.env.schema.json",
100100
"dev": {
101101
"API_KEY": "d3v"
102102
},
@@ -136,7 +136,7 @@ You can also define a special header `Host`, which will set the default host for
136136

137137
```json title="http-client.env.json"
138138
{
139-
"$schema": "https://raw.githubusercontent.com/mistweaverco/kulala.nvim/main/schemas/http-client.env.schema.json",
139+
"$schema": "https://getkulala.net/http-client.env.schema.json",
140140
"$shared": {
141141
"$default_headers": {
142142
"Content-Type": "application/json",

0 commit comments

Comments
 (0)