Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Oct 15, 2024
1 parent 948731a commit 62c1ea1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ POST https://api.globalping.io/v1/measurements
}
```

[Read the full API documentation](https://www.jsdelivr.com/docs/api.globalping.io) and [explore our dev demo](https://api.globalping.io/demo/)
[Read the full API documentation](https://globalping.io/docs/api.globalping.io) and [explore our dev demo](https://api.globalping.io/demo/)


### Slack App
Expand Down
2 changes: 1 addition & 1 deletion config/default.cjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
server: {
host: 'https://api.globalping.io',
docsHost: 'https://www.jsdelivr.com',
docsHost: 'https://globalping.io',
port: 3000,
processes: 2,
cors: {
Expand Down
10 changes: 5 additions & 5 deletions test/tests/integration/measurement/create-measurement.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Create measurement', () => {
type: 'no_probes_found',
},
links: {
documentation: 'https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements',
documentation: 'https://globalping.io/docs/api.globalping.io#post-/v1/measurements',
},
});

Expand Down Expand Up @@ -99,7 +99,7 @@ describe('Create measurement', () => {
type: 'no_probes_found',
},
links: {
documentation: 'https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements',
documentation: 'https://globalping.io/docs/api.globalping.io#post-/v1/measurements',
},
});

Expand All @@ -126,7 +126,7 @@ describe('Create measurement', () => {
type: 'no_probes_found',
},
links: {
documentation: 'https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements',
documentation: 'https://globalping.io/docs/api.globalping.io#post-/v1/measurements',
},
});

Expand Down Expand Up @@ -393,7 +393,7 @@ describe('Create measurement', () => {
type: 'no_probes_found',
},
links: {
documentation: 'https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements',
documentation: 'https://globalping.io/docs/api.globalping.io#post-/v1/measurements',
},
});

Expand Down Expand Up @@ -613,7 +613,7 @@ describe('Create measurement', () => {
type: 'no_probes_found',
},
links: {
documentation: 'https://www.jsdelivr.com/docs/api.globalping.io#post-/v1/measurements',
documentation: 'https://globalping.io/docs/api.globalping.io#post-/v1/measurements',
},
});

Expand Down

0 comments on commit 62c1ea1

Please sign in to comment.