Skip to content

Commit

Permalink
Merge pull request #131 from swrobel/doc-fixes
Browse files Browse the repository at this point in the history
Fix doc links
  • Loading branch information
marccampbell committed Apr 4, 2020
2 parents 44fd495 + 746766f commit fcd71d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## What is SchemaHero?

SchemaHero is a Kubernetes Operator for [Declarative Schema Management](https://schemahero.io/docs/concepts/declarative-schema-management/) for [various databases](https://schemahero.io/docs/databases//). SchemaHero has the following goals:
SchemaHero is a Kubernetes Operator for [Declarative Schema Management](https://schemahero.io/overview/about/declarative-schema-management/) for [various databases](https://schemahero.io/databases). SchemaHero has the following goals:

1. Database table schemas can be expressed as [Kubernetes resources](https://schemahero.io/docs/managing-tables/creating-tables/) that can be deployed to a cluster.
2. Database schemas can be edited and deployed to the cluster. SchemaHero will calculate the required change (`ALTER TABLE` statement) and apply it.
Expand All @@ -24,11 +24,10 @@ The recommended way to deploy SchemaHero is:
kubectl apply -f https://git.io/schemahero
```

[Additional installation options](https://git.io/schemahero) are availabe in the documentation.
[Additional installation options](https://git.io/schemahero) are available in the documentation.

To get started, read the [tutorial](https://schemahero.io/tutorial/) and the [full documentation](https://schemahero.io/docs/)

# Community

For questions about using SchemaHero, there's a [Replicated Community](https://help.replicated.com/community) forum, and a [#schemahero channel in Kubernetes Slack](https://kubernetes.slack.com/channels/schemahero).

2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# SchemaHero Docs

The SchemaHero documentation is at https://docs.schemahero.io
The SchemaHero documentation is at https://schemahero.io/docs

0 comments on commit fcd71d3

Please sign in to comment.