Can't link page with taxonomy from admin panel

Hey,
so I want to link a page inside the admin panel pages panel that uses taxonomy.

The link I want to go to is [training](training/id:1), but when I try to open the link on the original page it leads me to this external page : http://training:1/id:1

Any idea on how to fix this?

Hi, @FrosticZ

  1. internal link must start with a slash [](/page/param:foo)
  2. it seems that the param value must contain at least one non-numeric character in this case

Consider using an extra character or letter id:_1 or id:n1, but absolute url will work fine [](https://yoursite/page/id:1).