Commit 8db02f4
committed
minor #17061 [Routing] Fix some internal references links (javiereguiluz)
This PR was merged into the 4.4 branch.
Discussion
----------
[Routing] Fix some internal references links
As you can see in this screenshot:

The list of parameters is rendered as 3 separate lists. This is because references are not supported in the middle of the list of items. So, given that the list is short, I propose to move references to the beginning of the list to fix this. Links will point to that beginning of the list, but readers can quickly see all parameters, so this could be fine.
Commits
-------
58bfc1d [Routing] Fix some internal references links1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
876 | 879 | | |
877 | 880 | | |
878 | 881 | | |
879 | 882 | | |
880 | | - | |
881 | | - | |
882 | 883 | | |
883 | 884 | | |
884 | 885 | | |
| |||
888 | 889 | | |
889 | 890 | | |
890 | 891 | | |
891 | | - | |
892 | | - | |
893 | 892 | | |
894 | 893 | | |
895 | 894 | | |
| |||
0 commit comments