Hi Team, is it possible to fix navigation links in...
# ingestion
b
Hi Team, is it possible to fix navigation links in Rest.Li documentation http://localhost:8080/restli/docs e.g click on Home it take me to http://localhost:8080/restli/restli/docs
👍 1
h
@bland-barista-59197 It seems to be possible by setting serverNodeUri property in RestLiConfig - You can set it to base uri. e.g. http://localhost:8080 You would need to add serverNodeUri property here and rebuild docker images locally.
b
Thank you