Skip to content

Commit a961473

Browse files
authored
Merge pull request #275 from pactflow/fix/nov-broken-links
chore: fix broken links, setup redirect for API token
2 parents ce5f9e5 + 02ae90b commit a961473

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

website/docs/docs/tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ _NOTE: To complete the workshop, you will need to authenticate to Killercoda (th
1616
To complete these tutorials, you must have:
1717

1818
- a PactFlow account (register for a free account at <https://pactflow.io/try-for-free>)
19-
- a [read/write API Token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) from your PactFlow account
19+
- a [read/write API Token](/docs/getting-started/#configuring-your-api-token) from your PactFlow account
2020
- a basic understanding of APIs, unit testing and how to operate a linux terminal
2121

2222
## Getting Started with PactFlow

website/docs/docs/workshops/bi-directional/step11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ You shouldn't be able to deploy!
3232

3333
## Further material
3434

35-
You may be interested in one of our other [workshops](https://docs.pact.io/implementation_guides/workshops), or getting deeper into [BDCT](docs/bi-directional-contract-testing).
35+
You may be interested in one of our other [workshops](https://docs.pact.io/implementation_guides/workshops), or getting deeper into [BDCT](/docs/bi-directional-contract-testing).

website/docusaurus.config.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ module.exports = {
6868
},
6969
{
7070
label: "PactFlow notices",
71-
to: "https://pactflow.io/notices/",
71+
to: "https://docs.pactflow.io/notices/",
7272
},
7373
{
7474
label: "PactFlow roadmap",
75-
to: "https://go.pactflow.io/roadmap",
75+
to: "https://pactflow.io/pactflow-feature-roadmap/",
7676
},
7777
],
7878
},
@@ -131,6 +131,9 @@ module.exports = {
131131
},{
132132
from: "/go/publish-consumer-contract-bdct",
133133
to: "/docs/bi-directional-contract-testing/consumer"
134+
},{
135+
from: "/docs/getting-started/",
136+
to: "/"
134137
}
135138
],
136139
},

0 commit comments

Comments
 (0)