Re: RFR: 8258420: Move URL configuration from Docs.gmk to conf dir

2020-12-16 Thread Alan Bateman
On Tue, 15 Dec 2020 17:50:46 GMT, Magnus Ihse Bursie wrote: > In `Docs.gmk` there are some hard-coded links to online URL documentation and > bug reporting locations. These should not reside in the make file per se, but > instead move to the `make/conf` directory. Okay. - Marked

Re: RFR: 8258420: Move URL configuration from Docs.gmk to conf dir

2020-12-15 Thread Magnus Ihse Bursie
On Tue, 15 Dec 2020 19:19:28 GMT, Alan Bateman wrote: >> In `Docs.gmk` there are some hard-coded links to online URL documentation >> and bug reporting locations. These should not reside in the make file per >> se, but instead move to the `make/conf` directory. > > This looks okay me to but I c

Re: RFR: 8258420: Move URL configuration from Docs.gmk to conf dir

2020-12-15 Thread Alan Bateman
On Tue, 15 Dec 2020 17:50:46 GMT, Magnus Ihse Bursie wrote: > In `Docs.gmk` there are some hard-coded links to online URL documentation and > bug reporting locations. These should not reside in the make file per se, but > instead move to the `make/conf` directory. This looks okay me to but I c

RFR: 8258420: Move URL configuration from Docs.gmk to conf dir

2020-12-15 Thread Magnus Ihse Bursie
In `Docs.gmk` there are some hard-coded links to online URL documentation and bug reporting locations. These should not reside in the make file per se, but instead move to the `make/conf` directory. - Commit messages: - 8258420: Move URL configuration from Docs.gmk to conf dir Cha