From 6be7e281997f2ec3e7ccda8aee879314dec4260a Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Sun, 31 May 2015 03:04:02 +0400 Subject: [PATCH] Change a reference to a doc section Refer to a section by (partial) name instead of indexed number (a leftover from before these docs were changed to use markdown). --- docs/contributing/binary-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/binary-compatibility.md b/docs/contributing/binary-compatibility.md index 982bcea20b..690d605816 100644 --- a/docs/contributing/binary-compatibility.md +++ b/docs/contributing/binary-compatibility.md @@ -31,7 +31,7 @@ to work with new wxWidgets (shared/dynamic) libraries without the need to rebuild. There is no requirement to preserve compatibility in the other direction (i.e. make new headers compatible with old libraries) as this would preclude any additions whatsoever to the stable branch. But see -also section (4). +also the section about `wxABI_VERSION`. What kind of changes are NOT binary compatible