From eefa9fc369f4b42254ced0d8feed06072f2cd5c0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 22 Jan 2017 19:14:13 +0100 Subject: [PATCH] doc: add v4 anchors (#1425) --- docs/17-porting-tips.md | 5 +++-- docs/89-NEWS.md | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/17-porting-tips.md b/docs/17-porting-tips.md index e990176e0..a66214ba4 100644 --- a/docs/17-porting-tips.md +++ b/docs/17-porting-tips.md @@ -1,5 +1,6 @@ -# Porting tips +# Tips for upgrading your configuration + ## From 3.5 to 4.0 The @@ -8,7 +9,7 @@ you might have added to your `rc.lua`. This avoids most of the possible errors due to missing important changes. If you still wish to ignore this advice, first read the -NEWS section about the breaking changes. This +NEWS section about the breaking changes. This document assumes you did. Be warned, even if it looks like it's working after changing some lines, **it wont diff --git a/docs/89-NEWS.md b/docs/89-NEWS.md index 2d536718c..6538f14db 100644 --- a/docs/89-NEWS.md +++ b/docs/89-NEWS.md @@ -1,5 +1,6 @@ # NEWS + # Awesome window manager framework version 4.0 changes
@@ -532,7 +533,8 @@ Many changes now cause a deprecation warning instead of breaking hard. However, it is important to take note of these changes in order to avoid new bugs. -Also see the porting tips +Also see the tips for porting your +configuration. ### There can be off-screen clients unless rc.lua is adapted