mirror of
https://github.com/google/nomulus
synced 2026-06-09 16:33:02 +00:00
1f6a09182d
This implements two type of changes: 1. changing the link type for things like the terms of service 2. adding the request URL to each and every link with the "value" field. This is a bit tricky to implement because the links are generated in various places, but we can implement it by adding it to the results after generation. See b/418782147 for more information