aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-01 18:11:16 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-01 18:11:16 +0200
commita5e7fe92269e44c5cc147d316730407d67f32f8a (patch)
treefaca83e80a0ab21e7b710d8b9f39642500be15ab
parent9018d87c86806b2c6d7cabd964479031d2a1e7b1 (diff)
downloadhydra-dragonfire-a5e7fe92269e44c5cc147d316730407d67f32f8a.tar.xz
Doc fixes
-rw-r--r--doc/client.md2
-rw-r--r--doc/map.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/client.md b/doc/client.md
index 0886ecf..5d76076 100644
--- a/doc/client.md
+++ b/doc/client.md
@@ -1,4 +1,4 @@
-# Client interface
+# Client Reference
Source code: [client.go](../client.go)
A client represents a connection state. A client may not yet be connected, or it may be already disconnected.
diff --git a/doc/map.md b/doc/map.md
index 9e857c5..0a5ee0d 100644
--- a/doc/map.md
+++ b/doc/map.md
@@ -1,4 +1,4 @@
-# Map interface
+# Map Reference
Source code: [map.go](../map.go)
A map stores mapblocks received from server. To be of any use, a map needs to be added to one or more clients. See [comp_map.md](comp_map.md) and [client.md](client.md).