Skip to content

Commit 14af015

Browse files
author
Matthew Fisher
committed
fix(README): fix broken link to kubernetes docs
1 parent a191c96 commit 14af015

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In order to develop and test this component in a Deis cluster, you'll need the f
3030
* [GNU Make](https://www.gnu.org/software/make/)
3131
* [Docker](https://www.docker.com/) installed, configured and running
3232
* A working Kubernetes cluster and `kubectl` installed and configured to talk to the cluster
33-
* If you don't have this setup, please see [the installation instructions][install-k8s]
33+
* If you don't have this setup, please see [the Kubernetes documentation][k8s-docs]
3434

3535
## Testing Your Code
3636

@@ -76,6 +76,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7676
See the License for the specific language governing permissions and
7777
limitations under the License.
7878

79-
[prs]: https://github.com/deis/postgres/pulls
79+
8080
[issues]: https://github.com/deis/postgres/issues
81-
[install-k8s]: http://kubernetes.io/gettingstarted/
81+
[k8s-docs]: http://kubernetes.io/docs
82+
[prs]: https://github.com/deis/postgres/pulls

0 commit comments

Comments
 (0)