[PATCH] D126495: [clang-tidy] Organize test docs into subdirectories by module (NFC)

Richard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 14:11:48 PDT 2022


LegalizeAdulthood added a comment.

In D126495#3570767 <https://reviews.llvm.org/D126495#3570767>, @aaron.ballman wrote:

> In D126495#3569863 <https://reviews.llvm.org/D126495#3569863>, @LegalizeAdulthood wrote:
>
>> In D126495#3569029 <https://reviews.llvm.org/D126495#3569029>, @njames93 wrote:
>>
>>> It would also be nice if there was a redirect that would dynamically translate the old links to new links.
>>
>> You can do that with `.htaccess`, but I don't know if that's considered acceptable in clang documentation.
>
> FWIW, I don't have any idea if this is or isn't acceptable.

Mucking around with an `.htaccess` file is very web server dependent.  Surely this can be the first time that a page of documentation changed names or locations?  I'm betting that they didn't worry about putting in redirects and let search engines handle guiding users to the correct page.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126495/new/

https://reviews.llvm.org/D126495



More information about the cfe-commits mailing list