doc: add v4 anchors (#1425)
This commit is contained in:
parent
0be3b0712a
commit
eefa9fc369
|
@ -1,5 +1,6 @@
|
||||||
# Porting tips
|
# Tips for upgrading your configuration
|
||||||
|
|
||||||
|
<a name="v4"></a>
|
||||||
## From 3.5 to 4.0
|
## From 3.5 to 4.0
|
||||||
|
|
||||||
The
|
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.
|
This avoids most of the possible errors due to missing important changes.
|
||||||
|
|
||||||
If you still wish to ignore this advice, first read the
|
If you still wish to ignore this advice, first read the
|
||||||
<a href="./89-NEWS.md.html">NEWS</a> section about the breaking changes. This
|
<a href="89-NEWS.md.html#v4">NEWS</a> section about the breaking changes. This
|
||||||
document assumes you did.
|
document assumes you did.
|
||||||
|
|
||||||
Be warned, even if it looks like it's working after changing some lines, **it wont
|
Be warned, even if it looks like it's working after changing some lines, **it wont
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# NEWS
|
# NEWS
|
||||||
|
|
||||||
|
<a name="v4"></a>
|
||||||
# Awesome window manager framework version 4.0 changes
|
# Awesome window manager framework version 4.0 changes
|
||||||
|
|
||||||
<center> <img src="../images/AUTOGEN_wibox_logo_logo_and_name.svg" /> </center>
|
<center> <img src="../images/AUTOGEN_wibox_logo_logo_and_name.svg" /> </center>
|
||||||
|
@ -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
|
However, it is important to take note of these changes in order to avoid new
|
||||||
bugs.
|
bugs.
|
||||||
|
|
||||||
Also see the <a href="./17-porting-tips.md.html">porting tips</a>
|
Also see the <a href="17-porting-tips.md.html#v4">tips for porting your
|
||||||
|
configuration</a>.
|
||||||
|
|
||||||
### There can be off-screen clients unless rc.lua is adapted
|
### There can be off-screen clients unless rc.lua is adapted
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue