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

Fixes faulty URLs #236

Merged
merged 4 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions versioned_docs/version-1.0.0/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ tags:
- references
---

The following terms have specific definitions within the context of the [Keploy Platform](/concepts/what-is-keploy).
The following terms have specific definitions within the context of the [Keploy Platform](versioned_docs/version-1.0.0/concepts/what-is-keploy.md).

- [Keploy Features](/concepts/what-are-keploy-features)
- [Keploy SDK](/concepts/what-is-keploy-sdk)
- [Keploy SDK Modes](/concepts/what-are-keploy-sdk-modes)
- [Keploy Features](versioned_docs/version-1.0.0/concepts/what-are-keploy-features.md)
- [Keploy SDK](versioned_docs/version-1.0.0/concepts/what-is-a-keploy-sdk.md)
- [Keploy SDK Modes](versioned_docs/version-1.0.0/concepts/what-are-keploy-sdk-modes.md)
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ existing CI pipelines easily.
### 5. Easy Integration Framework for new Libraries

Keploy has Instrumentation/Integration framework to easily add the new libraries/drivers within ~100 lines of code.
Please check-out the [contribution guide](/devtools/sdk-contrib-guide).
Please check-out the [contribution guide](versioned_docs\version-1.0.0\devtools\sdk-contrib-guide.md).
8 changes: 4 additions & 4 deletions versioned_docs/version-1.0.0/go/quickstart/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
- hello world
---

- [URL Shortener with Echo-SQL](/go/quickstart/echo-sql) - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using [Echo](https://echo.labstack.com/) and [PostgreSQL](https://www.postgresql.org/).
- [URL Shortener with Gin-Mongo](/go/quickstart/gin-mongo) - A sample application that does CRUD (get, create, update, and delete) operations on a user profile in [mongoDB](https://www.mongodb.com/).
- [User Profile with Gin-Mongo](/go/quickstart/gin-mongo-2) - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using [Gin](https://gin-gonic.com) and [mongoDB](https://www.mongodb.com/).
- [Contact Keeper with Gorilla/Mux-Redis](/go/quickstart/gorillamux-redis): A sample contact keeper app that stores and views a person's name and email. The application tests Keploy integration capabilities using Gorilla/Mux and Redis.
- [URL Shortener with Echo-SQL](versioned_docs/version-1.0.0/go/quickstart/echo-sql.md) - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using [Echo](https://echo.labstack.com/) and [PostgreSQL](https://www.postgresql.org/).
- [URL Shortener with Gin-Mongo](versioned_docs/version-1.0.0/go/quickstart/gin-mongo.md) - A sample application that does CRUD (get, create, update, and delete) operations on a user profile in [mongoDB](https://www.mongodb.com/).
- [User Profile with Gin-Mongo](versioned_docs/version-1.0.0/go/quickstart/gin-mongo-2.md) - A sample URL Shortener app that responds with a shortened URL of the URL sent as a request. The application tests Keploy integration capabilities using [Gin](https://gin-gonic.com) and [mongoDB](https://www.mongodb.com/).
- [Contact Keeper with Gorilla/Mux-Redis](versioned_docs/version-1.0.0/go/quickstart/gorillamux-redis.md): A sample contact keeper app that stores and views a person's name and email. The application tests Keploy integration capabilities using Gorilla/Mux and Redis.
6 changes: 3 additions & 3 deletions versioned_docs/version-2.0.0/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sidebar_label: Installation

Let's get Keploy up and running on your Windows, Linux, or macOS machine, so you can start crafting test cases in minutes. ⏱️

- [Windows](/server/windows/installation/) <img src="/docs/img/os/windows-logo.svg" width="2%" />
- [Linux](/server/linux/installation) <img src="/docs/img/os/linux-logo.svg" width="2%" />
- [MacOS](/server/macos/installation) <img src="/docs/img/os/apple-logo.svg" width="2%" />
- [Windows](versioned_docs/version-2.0.0/server/windows/installation.md) <img src="/docs/img/os/windows-logo.svg" width="2%" />
- [Linux](versioned_docs/version-2.0.0/server/linux/installation.md) <img src="/docs/img/os/linux-logo.svg" width="2%" />
- [MacOS](versioned_docs/version-2.0.0/server/macos/installation.md) <img src="/docs/img/os/apple-logo.svg" width="2%" />

⚠️ Please note that Keploy v2 is currently in development, with the best experience on Linux. Docker support is experimental and may have some limitations for certain use cases.
Loading
Loading