Skip to content

Commit

Permalink
Change settings caused by repository migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ppcano committed Feb 8, 2021
1 parent 6192dec commit fe43243
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING_FILE_FORMAT.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ This is a component that represents a common pattern of external link decoration

![external-card-result](./internal-images/external-link-card-sample.png)

Currently, this component is absent in k6-docs repo, though could be added anytime the need arises.
Currently, this component is absent in docs repo, though could be added anytime the need arises.

## Custom

Expand All @@ -437,4 +437,4 @@ The rest of elements you could write as you would in native md. It includes `p`,

## Additional information

Check out the [project Wiki](https://github.com/loadimpact/k6-docs/wiki) for additional information
Check out the [project Wiki](https://github.com/k6io/docs/wiki) for additional information
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k6 Documentation
![Staging](https://github.com/loadimpact/k6-docs/workflows/Staging/badge.svg)
![Production](https://github.com/loadimpact/k6-docs/workflows/Production/badge.svg)
![Staging](https://github.com/k6io/docs/workflows/Staging/badge.svg)
![Production](https://github.com/k6io/docs/workflows/Production/badge.svg)

This repo contains the source code of the [k6 documentation](https://k6.io/docs/).

Expand All @@ -9,8 +9,8 @@ This repo contains the source code of the [k6 documentation](https://k6.io/docs/
This uses `docker-compose` and port `8100`.

```shell
git clone [email protected]:loadimpact/k6-docs.git
cd k6-docs
git clone [email protected]:k6io/docs.git
cd docs

docker-compose up -d --build
```
Expand All @@ -31,8 +31,8 @@ before retrying.
In node 12.x:

```bash
git clone [email protected]:loadimpact/k6-docs.git
cd k6-docs
git clone [email protected]:k6io/docs.git
cd docs
npm install
```

Expand All @@ -50,7 +50,7 @@ Visit http://localhost:8000
All pull requests merged to `master` will result in an automatic deployment to the staging environment.

### To production
All tags created using the format `vN.N.N`, for instance `v0.0.1`, will result in an automatic deployment to the production environment. Tags can either be created and pushed from the git cli, or from https://github.com/loadimpact/k6-docs/releases
All tags created using the format `vN.N.N`, for instance `v0.0.1`, will result in an automatic deployment to the production environment. Tags can either be created and pushed from the git cli, or from https://github.com/k6io/docs/releases

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async function createDocPages({ graphql, actions, reporter }) {
slug,
// injection of a link to an article in git repo
fileOrigin: encodeURI(
`https://github.com/loadimpact/k6-docs/blob/master/src/data/${relativeDirectory}/${name}.md`,
`https://github.com/k6io/docs/blob/master/src/data/${relativeDirectory}/${name}.md`,
),
},
};
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/404/not-found/not-found.view.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NotFound = () => (
</p>
<Button
className={styles.button}
href={'https://github.com/loadimpact/k6-docs'}
href={'https://github.com/k6io/docs'}
tag={'a'}
cursor
>
Expand Down

0 comments on commit fe43243

Please sign in to comment.