From 552acd8c37d4dbb4c9a24e514a34464b74cb8ce5 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Mon, 6 Apr 2015 22:55:37 -0700 Subject: [PATCH] docs: fix broken link for migration tool --- Documentation/backward_compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/backward_compatibility.md b/Documentation/backward_compatibility.md index 5afaf32da..49c48651d 100644 --- a/Documentation/backward_compatibility.md +++ b/Documentation/backward_compatibility.md @@ -25,7 +25,7 @@ https://github.com/coreos/etcd/blob/master/Documentation/configuration.md. - The disk format within the data dir has changed. etcd 2.0 should be able to auto upgrade the old data format. Instructions on doing so manually are in the [migration tool doc][migrationtooldoc]. -[migrationtooldoc]: https://github.com/coreos/etcd/blob/master/Documentation/0_4_migration_tool.md +[migrationtooldoc]: ../tools/etcd-migrate/README.md #### Key-Value API