nixos/bird: Fix doc compilation

+1 -1
+1 -1
nixos/modules/services/networking/bird.nix
··· 24 type = types.string; 25 description = '' 26 BIRD Internet Routing Daemon configuration file. 27 - http://bird.network.cz/?get_doc&f=bird-3.html 28 ''; 29 }; 30
··· 24 type = types.string; 25 description = '' 26 BIRD Internet Routing Daemon configuration file. 27 + <link xlink:href='http://bird.network.cz/'/> 28 ''; 29 }; 30