From 2914446448db1c9784daaef3288c7f29ada881d8 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 24 May 2017 10:34:29 -0700 Subject: [PATCH] Fix broken cassandra link in README Signed-off-by: Ahmet Alp Balkan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d09e03..10e17ab3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ and to refresh command syntax, output, changed prerequisites, as needed. ------------- | ------------- | ------------ | ------------ | |[Guestbook](guestbook/) | PHP app with Redis | Deployment, Service | Beginner | |[WordPress](mysql-wordpress-pd/) | WordPress with MySQL | Deployment, Persistent Volume with Claim | Beginner| -|[Cassandra](storage/cassandra/) | Cloud Native Cassandra | Daemon Set, Stateful Set, Replication Controller | Intermediate +|[Cassandra](cassandra/) | Cloud Native Cassandra | Daemon Set, Stateful Set, Replication Controller | Intermediate > Note: Please add examples that are maintained to the list above.