Redis is now ®, not ™
laysauchoa opened this issue · 2 comments
laysauchoa commented
Mainly based on @TibsAtWork at aiven/devportal#938
Steps:
- Replace all of the occurrences of Redis™* with Redis®*
- Update the footer text acknowledging registration marks to say that *Redis is a registered trademark of Redis Ltd. and the Redis box logo is a mark of Redis Ltd. Any rights therein are reserved to Redis Ltd.
TibsAtWork commented
The work as described above is a good first issue, but we also need to change the rule that warns if you forget to say Redis™*
at the moment, and will need to check for Redis®*
in the future. Otherwise the PR linting checks are going to fail.
On the other hand, if someone is willing to do the work described above, then I or someone else from DevRel could "finish off" the rule change as part of the same PR, and that's probably also good experience of collaboration on a PR.
dragonlancewu commented
Hi @TibsAtWork and @laysauchoa here's my PR: #58