Skip to content

Commit 56e5cf1

Browse files
authored
Merge pull request #304 from sshanks-kx/nav
nav changes
2 parents 50a36a7 + 2c7e78a commit 56e5cf1

File tree

7 files changed

+9
-327
lines changed

7 files changed

+9
-327
lines changed

docs/basics/listening-port.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords: ephemeral, kdb+, listen, multi-threaded, port, q, socket, unix
77

88

99

10-
Use the `-p` [command-line option](cmdline.md) or the `\p` [system command](syscmds.md) to tell kdb+ to listen to a port. The command-line option and the system command take the same parameters.
10+
Use the [`-p` command-line option](cmdline.md#-p-listening-port) or the [`\p` system command](syscmds.md#p-listening-port) to tell kdb+ to listen to a port. The command-line option and the system command take the same parameters.
1111

1212
```txt
1313
\p [rp,][hostname:][portnumber|servicename]
@@ -38,8 +38,6 @@ q)\p
3838
0i
3939
```
4040

41-
Use for [client/server](../kb/client-server.md), e.g. kdbc(JDBC ODBC), HTTP (HTML XML TXT CSV).
42-
4341
Given a servicename, q will look up its port number in `/etc/services`.
4442

4543
```q

docs/cloud/gcpm/index.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/cloud/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Some motivations for cloud deployments:
5353
KX customers have deployed kdb+ and other KX solutions successfully in the cloud, including the three main cloud vendors:
5454

5555
- [kdb+ on Amazon Web Services](aws/index.md) :fontawesome-brands-aws:
56-
- [kdb+ on Google Cloud Platform](gcpm/index.md)
57-
- Microsoft Azure
56+
- [kdb+ on Google Cloud Platform](gcpm/architecture.md)
57+
- [kdb+ on Microsoft Azure](azure/architecture.md)
5858

5959

docs/kb/client-server.md

Lines changed: 0 additions & 143 deletions
This file was deleted.

docs/kb/digitalocean.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

docs/ref/hopen.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ One-shot sync queries can now execute via `` `::[(":host:port";timeout);query]``
199199
[Interprocess communication](../basics/ipc.md)
200200
<br>
201201
:fontawesome-solid-graduation-cap:
202-
[Client-server](../kb/client-server.md),
203202
[Named pipes](../kb/named-pipes.md),
204203
[SSL/TLS](../kb/ssl.md)
205204
<br>

0 commit comments

Comments
 (0)