From 11fde80d278365496134b0011ae03841a602aaa2 Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 12 May 2020 12:08:18 -0500 Subject: [PATCH] replace references to legacy remark url in docs --- README.md | 8 ++++---- backend/_example/memory_store/README.md | 2 +- frontend/index.ejs | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 89bbee6e..ed6a0c0f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# remark42 [![Build Status](https://github.com/umputun/remark/workflows/build/badge.svg)](https://github.com/umputun/remark/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/remark)](https://goreportcard.com/report/github.com/umputun/remark) [![Coverage Status](https://coveralls.io/repos/github/umputun/remark/badge.svg?branch=master)](https://coveralls.io/github/umputun/remark?branch=master) +# remark42 [![Build Status](https://github.com/umputun/remark42/workflows/build/badge.svg)](https://github.com/umputun/remark42/actions) [![Go Report Card](https://goreportcard.com/badge/github.com/umputun/remark42)](https://goreportcard.com/report/github.com/umputun/remark42) [![Coverage Status](https://coveralls.io/repos/github/umputun/remark42/badge.svg?branch=master)](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: -![](https://github.com/umputun/remark/blob/master/screenshots/comments.png) +![](https://github.com/umputun/remark42/blob/master/screenshots/comments.png) -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.