diff --git a/README.md b/README.md
index 89bbee6e..ed6a0c0f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# remark42 [](https://github.com/umputun/remark/actions) [](https://goreportcard.com/report/github.com/umputun/remark) [](https://coveralls.io/github/umputun/remark?branch=master)
+# remark42 [](https://github.com/umputun/remark42/actions) [](https://goreportcard.com/report/github.com/umputun/remark42) [](https://coveralls.io/github/umputun/remark42?branch=master)
@@ -31,9 +31,9 @@ Remark42 is a self-hosted, lightweight, and simple (yet functional) comment engi
Screenshots
Comments example:
-
+
-For admin screenshots see [Admin UI wiki](https://github.com/umputun/remark/wiki/Admin-UI)
+For admin screenshots see [Admin UI wiki](https://github.com/umputun/remark42/wiki/Admin-UI)
@@ -94,7 +94,7 @@ _this is the recommended way to run remark42_
#### Without Docker
-* download archive for [stable release](https://github.com/umputun/remark/releases) or [development version](https://remark42.com/downloads)
+* download archive for [stable release](https://github.com/umputun/remark42/releases) or [development version](https://remark42.com/downloads)
* unpack with `gunzip` (Linux, macOS) or with `zip` (Windows)
* run as `remark42.{os}-{arch} server {parameters...}`, i.e. `remark42.linux-amd64 server --secret=12345 --url=http://127.0.0.1:8080`
* alternatively compile from the sources - `make OS=[linux|darwin|windows] ARCH=[amd64,386,arm64,arm]`
diff --git a/backend/_example/memory_store/README.md b/backend/_example/memory_store/README.md
index c2904233..8601e1c0 100644
--- a/backend/_example/memory_store/README.md
+++ b/backend/_example/memory_store/README.md
@@ -10,4 +10,4 @@ In order to run remark42 with memory_store copy provided `compose-dev-memstore.y
As usual, demo site will run on http://127.0.0.1:8080/web/
note: in order to work with the latest (current) version of master `go.mod` uses replacement directive for the backend package.
-In real-life usage `replace github.com/umputun/remark/backend => ../../` should not be used.
\ No newline at end of file
+In real-life usage `replace github.com/umputun/remark42/backend => ../../` should not be used.
\ No newline at end of file
diff --git a/frontend/index.ejs b/frontend/index.ejs
index a457eaae..0ceb2e06 100644
--- a/frontend/index.ejs
+++ b/frontend/index.ejs
@@ -68,7 +68,7 @@
Demo page
To install widgets on your website, follow the
- instructions.
+ instructions.