Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Aug 20, 2024
1 parent 0698bbe commit 1b31109
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 120 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Lynx is a Fast, Secure and Reliable Terraform Backend. It is built in Elixir wit
- State Versioning: Keep track of Terraform state versions for better control.
- Rollback Capability: Easily revert to previous states for efficient infrastructure management.
- Terraform Locking Support: The project also supports Terraform locking, ensuring state integrity and preventing concurrent operations that could lead to data corruption
- RESTful Endpoints: for seamless teams, users, projects, environments, and snapshots management.
- [RESTful Endpoints](https://lynx.apidocumentation.com/reference): for seamless teams, users, projects, environments, and snapshots management.
- Snapshots Support: for both projects and environments to ensure data integrity and provide recovery options at specific points in time.
- [Terraform Provider](https://github.com/Clivern/terraform-provider-lynx): Automate creation/updates of teams, users, projects, environments and snapshots with terraform.

Expand Down Expand Up @@ -90,16 +90,17 @@ Here is a [video demonstration](https://www.youtube.com/watch?v=YNkHfysr3-0)

#### Manual Installation

Please check [this guide](./docs/how-to/deploy-on-ubuntu) for a manual setup on Ubuntu server.
Please check [this guide](https://lynx.clivern.com/documentation/Installation/) for a manual setup on Ubuntu server.


#### Important Links

| Name | Description |
| --------------- | -------------------------------------------------------------------------------------------------- |
| Bug Tracker | [Submit issues on GitHub](https://github.com/clivern/lynx/issues) |
| Security Issues | [Submit security vulnerability on GitHub](https://github.com/Clivern/Lynx/security/advisories/new) |
| Contributing | [Read the contribution guide here](./docs/how-to/development/Reamd.md) |
| Name | Description |
| ---------------- | -------------------------------------------------------------------------------------------------- |
| API Documentation| [https://lynx.apidocumentation.com/reference](https://lynx.apidocumentation.com/reference)
| Bug Tracker | [Submit issues on GitHub](https://github.com/clivern/lynx/issues) |
| Security Issues | [Submit security vulnerability on GitHub](https://github.com/Clivern/Lynx/security/advisories/new) |
| Contributing | [Read the contribution guide here](./docs/how-to/development/Reamd.md) |


#### License
Expand Down
2 changes: 1 addition & 1 deletion docs/_documentation/api-and-tf-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:

## Lynx RESTful API

We provide a [Swagger/OpenAPI Specification](https://raw.githubusercontent.com/Clivern/Lynx/main/api.yml) that defines the structure and behavior of a RESTful API. You can use [the swagger editor](https://editor.swagger.io/) to render the API documentation.
We provide a [Swagger/OpenAPI Specification](https://raw.githubusercontent.com/Clivern/Lynx/main/api.yml) that defines the structure and behavior of a RESTful API. You can use [the swagger editor](https://editor.swagger.io/) to render the API documentation or [check this online guide](https://lynx.apidocumentation.com/reference)

Here's a brief documentation on how to use this API:

Expand Down
66 changes: 0 additions & 66 deletions docs/how-to/deploy-on-ubuntu/Readme.md

This file was deleted.

46 changes: 0 additions & 46 deletions docs/how-to/development/README.md

This file was deleted.

0 comments on commit 1b31109

Please sign in to comment.