When `server.servlet-path` is customised, the href in the actuator's curies is wrong. The servlet path is duplicated: ``` json "curies": [ { "href": "http://localhost:8080/servlet/servlet/docs/#spring_boot_actuator__{rel}", "name": "boot", "templated": true } ] ```