replace references to legacy remark url in docs
This commit is contained in:
@@ -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
|
||||
<details><summary>Screenshots</summary>
|
||||
|
||||
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)
|
||||
</details>
|
||||
|
||||
|
||||
@@ -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]`
|
||||
|
||||
@@ -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.
|
||||
In real-life usage `replace github.com/umputun/remark42/backend => ../../` should not be used.
|
||||
+1
-1
@@ -68,7 +68,7 @@
|
||||
<h1>Demo page</h1>
|
||||
<p>
|
||||
To install widgets on your website, follow the
|
||||
<a href="https://github.com/umputun/remark#setup-on-your-website">instructions</a>.
|
||||
<a href="https://github.com/umputun/remark42#setup-on-your-website">instructions</a>.
|
||||
</p>
|
||||
<div class="widgets">
|
||||
<div class="widget widgets__widget widgets__comments-widget">
|
||||
|
||||
Reference in New Issue
Block a user