Skip to content

Commit 390fe58

Browse files
committed
move documentation files to doc subdir
1 parent c45de5b commit 390fe58

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ Advanced Build Options
195195
----------------------
196196
By default nchat requires ~3.5GB RAM to build using G++ and ~1.5GB RAM with
197197
clang++, but it is possible to reduce the memory needed,
198-
see [Building on Low Memory Systems](LOWMEMORY.md).
198+
see [Building on Low Memory Systems](/doc/LOWMEMORY.md).
199199

200200
All nchat features are enabled by default, but it's possible to control
201-
inclusion of some features using cmake flags, see [Feature Flags](FLAGS.md).
201+
inclusion of some features using cmake flags, see [Feature Flags](/doc/FLAGS.md).
202202

203203

204204
Getting Started
@@ -230,7 +230,7 @@ Once the setup process is completed, the main UI of nchat will be loaded.
230230

231231
Troubleshooting
232232
===============
233-
Refer to [Debugging](DEBUGGING.md) for details.
233+
Refer to [Debugging](/doc/DEBUGGING.md) for details.
234234

235235

236236
Telegram Group
@@ -979,8 +979,8 @@ nchat is distributed under the MIT license. See LICENSE file.
979979

980980
Contributions
981981
=============
982-
Please refer to [Contributing Guidelines](CONTRIBUTING.md) and
983-
[Design Notes](DESIGN.md).
982+
Please refer to [Contributing Guidelines](/doc/CONTRIBUTING.md) and
983+
[Design Notes](/doc/DESIGN.md).
984984

985985

986986
Alternatives
File renamed without changes.

DEBUGGING.md doc/DEBUGGING.md

File renamed without changes.

DESIGN.md doc/DESIGN.md

File renamed without changes.

FLAGS.md doc/FLAGS.md

File renamed without changes.

LOWMEMORY.md doc/LOWMEMORY.md

File renamed without changes.

WMOUTDATED.md doc/WMOUTDATED.md

File renamed without changes.

lib/common/src/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
#pragma once
99

10-
#define NCHAT_VERSION "4.91"
10+
#define NCHAT_VERSION "4.92"

lib/wmchat/go/gowm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ func WmLogin(connId int) int {
17721772
if GetState(connId) == Outdated {
17731773
fmt.Printf("ERROR:\n")
17741774
fmt.Printf("WhatsApp client is outdated, please update nchat to a newer version. See:\n")
1775-
fmt.Printf("https://github.com/d99kris/nchat/blob/master/WMOUTDATED.md\n")
1775+
fmt.Printf("https://github.com/d99kris/nchat/blob/master/doc/WMOUTDATED.md\n")
17761776
} else {
17771777
fmt.Printf("ERROR:\n")
17781778
fmt.Printf("Please see the log for details.\n")

src/nchat.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH NCHAT "1" "June 2024" "nchat v4.91" "User Commands"
2+
.TH NCHAT "1" "June 2024" "nchat v4.92" "User Commands"
33
.SH NAME
44
nchat \- ncurses chat
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)