Skip to content

Commit

Permalink
Fixes faulty url path at docs/1.0.0/go/quickstart/ and /docs/1.0.0/co…
Browse files Browse the repository at this point in the history
…ncepts/what-are-keploy-features/
  • Loading branch information
jailbreakerVC committed Oct 7, 2023
1 parent dd49612 commit f9bc3e4
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 995 deletions.
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)
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.
Loading

0 comments on commit f9bc3e4

Please sign in to comment.