Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Remove broken docs links #258

Merged
merged 2 commits into from
Mar 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,6 @@ workflows:
{
"pattern": "https://github.com/kurtosis-tech/kurtosis-internal-docs/.*"
},
{
"pattern": "https://github.com/kurtosis-tech/docs"
},
{
"pattern": "https://www.notion.so/kurtosistech.*"
},
Expand Down
6 changes: 1 addition & 5 deletions core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Kurtosis
========
Kurtosis is a framework on top of Docker for writing test suites for any networked system - be it blockchain, distributed datastore, or otherwise. It handles all the gruntwork of setup, test execution, and teardown so you don't have to.

Official docs found [here](https://docs.kurtosis.com) (created using Docusaurus from this repo [here](https://github.com/kurtosis-tech/docs).
Official docs found [here](https://docs.kurtosis.com) (created using Docusaurus from this repo [here](https://github.com/kurtosis-tech/kurtosis/tree/main/docs).

Development Prerequisites
-------------------------
Expand Down Expand Up @@ -41,7 +41,3 @@ Stop running containers:
docker container ls # See which Docker containers are left around - these will depend on the containers spun up
docker stop $(docker ps -a --quiet --filter ancestor="IMAGENAME" --format="{{.ID}}")
```

### Testing the API Container Server

Use this [guide](https://github.com/kurtosis-tech/kurtosis-internal-docs/blob/main/testing-grpc-services.md) to test the API Container server.