1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

move from "NodeRedis" to "Redis"

This commit is contained in:
Leibale Eidelman
2021-10-13 14:10:54 -04:00
committed by GitHub
parent bedd3b5ba3
commit 3fb2538664

View File

@@ -36,7 +36,7 @@
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('noderedis/node_redis')
fetcher: Flatdoc.github('redis/node-redis')
});
</script>