From 63221f6fc5a45f7f7e07022b950cd963b92e2e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Mon, 1 Jun 2020 10:58:23 +0200 Subject: [PATCH] Fix incorrect markdown links (#1088) --- packages/catalog-model/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/catalog-model/README.md b/packages/catalog-model/README.md index 755b9ee63c..6dab6e7cae 100644 --- a/packages/catalog-model/README.md +++ b/packages/catalog-model/README.md @@ -7,6 +7,6 @@ as well as by others that want to consume catalog data. ## Links -- (Default frontend part of the catalog)[https://github.com/spotify/backstage/tree/master/plugins/catalog] -- (Default backend part of the catalog)[https://github.com/spotify/backstage/tree/master/plugins/catalog-backend] -- (The Backstage homepage)[https://backstage.io] +- [Default frontend part of the catalog](https://github.com/spotify/backstage/tree/master/plugins/catalog) +- [Default backend part of the catalog](https://github.com/spotify/backstage/tree/master/plugins/catalog-backend) +- [The Backstage homepage](https://backstage.io)