From 1de9da4cfd540339a267c512c6f595924cb38b23 Mon Sep 17 00:00:00 2001 From: andrewsykim Date: Sat, 31 Dec 2016 13:07:14 -0500 Subject: [PATCH] fix link to versioning document in api changes document --- contributors/devel/api_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 963deb7ce..c63e12fa1 100755 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -292,7 +292,7 @@ unacceptable. Compatibility for experimental or alpha APIs is not strictly required, but breaking compatibility should not be done lightly, as it disrupts all users of the feature. Experimental APIs may be removed. Alpha and beta API versions may be deprecated and eventually removed wholesale, as described in the -[versioning document](../design/versioning.md). Document incompatible changes +[versioning document](../design-proposals/versioning.md). Document incompatible changes across API versions under the appropriate [{v? conversion tips tag in the api.md doc](../api.md).