docs: Fix a heading gotcha

One of the many migration guide sections was too
prominent.
This commit is contained in:
Matthias Clasen 2021-01-14 08:13:34 -05:00
parent 6ddbb2a402
commit 880468f5a3

View File

@ -522,7 +522,7 @@ option. You should always review the resulting changes.
The <requires> tag now supports for the 'lib' attribute the
'gtk' value only, instead of the 'gtk+' one previously.
## Adapt to GtkBuilder API changes
### Adapt to GtkBuilder API changes
gtk_builder_connect_signals() no longer exists. Instead, signals are
always connected automatically. If you need to add user data to your