From 6baf6f1993831034abc10a125cf172a86f8fb729 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 12 Jun 2025 09:14:05 -0400 Subject: [PATCH] server: Add link to server dev-guide in server's README.md Signed-off-by: Bernd Hufmann --- trace-server/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/trace-server/README.md b/trace-server/README.md index 0c1c413b7..a276fa2bd 100644 --- a/trace-server/README.md +++ b/trace-server/README.md @@ -5,12 +5,17 @@ +- [Developing for the server](#developing-for-the-server) - [Compiling manually](#compiling-manually) - [Running the server](#running-the-server) -- [Run the Server with SSL](#running-the-server-with-ssl) +- [Running the server with SSL](#running-the-server-with-ssl) +## Developing for the server + +For information on developing for the '''Trace Compass Trace Server''' see the [Trace Server Developer Guide](https://github.com/eclipse-tracecompass/org.eclipse.tracecompass/blob/master/doc/trace-server/trace-server-dev-guide.md). + ## Compiling manually To build the project manually follow the instructions in [BUILDING](../BUILDING).