Parcourir la source

Fix overlong links

Baptiste Jonglez il y a 7 ans
Parent
commit
37c602be35
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -105,11 +105,11 @@ Here are all possible variables, with their type, description and
 reference of the possible values.  Booleans are simply expressed with `0`
 and `1`.
 
-| Variable name      | Type     | Description                           | Reference                                                                                                            |
-|--------------------|----------|---------------------------------------|---------------------------------------------------------------------------------------------------------------------- |
-| `QUERY4_TYPE`      | `string` | Type of DHCP message                  | <https://jenkins.isc.org/job/Kea_doc/doxygen/d5/d8c/namespaceisc_1_1dhcp.html#aa5bfdcc4861aa3dab5328dba89362016>     |
-| `QUERY4_INTERFACE` | `string` | Interface on which query was received |                                                                                                                      |
-| `QUERY4_RELAYED`   | `bool`   |                                       | <https://jenkins.isc.org/job/Kea_doc/doxygen/de/d13/classisc_1_1dhcp_1_1Pkt4.html#a8468401827b9bacdd3796bb4e20d8e5e> |
+| Variable name      | Type     | Description                           | Reference                                                                                                                         |
+|--------------------|----------|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
+| `QUERY4_TYPE`      | `string` | Type of DHCP message                  | [dhcp/dhcp4.h](https://jenkins.isc.org/job/Kea_doc/doxygen/d5/d8c/namespaceisc_1_1dhcp.html#aa5bfdcc4861aa3dab5328dba89362016)    |
+| `QUERY4_INTERFACE` | `string` | Interface on which query was received |                                                                                                                                   |
+| `QUERY4_RELAYED`   | `bool`   |                                       | [dhcp/pkt4.h](https://jenkins.isc.org/job/Kea_doc/doxygen/de/d13/classisc_1_1dhcp_1_1Pkt4.html#a8468401827b9bacdd3796bb4e20d8e5e) |
 
 ## DHCPv4 hook points