Skip to content

Commit

Permalink
Add logs guide to sidebar and fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Oct 24, 2023
1 parent 87d230c commit 437fce9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ const sidebars = {
'guides/applications-with-stackables',
'guides/telemetry',
'guides/dockerize-platformatic-app',
'guides/build-modular-monolith'
'guides/build-modular-monolith',
'guides/logging-to-elasticsearch'
]
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser

### Using @fastify/express with Platformatic Runtime

If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
instead of the virtual network.

Edit your app's `platformatic.runtime.json` and add the `useHttp` option:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser

### Using @fastify/express with Platformatic Runtime

If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
instead of the virtual network.

Edit your app's `platformatic.runtime.json` and add the `useHttp` option:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ These settings are important when using `@fastify/express` in a Platformatic Ser

### Using @fastify/express with Platformatic Runtime

If you are using [Platformatic Runtime](/referece/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
If you are using [Platformatic Runtime](/reference/runtime/introduction.md), you must configure your other services to connect to this one using an actual TCP socket
instead of the virtual network.

Edit your app's `platformatic.runtime.json` and add the `useHttp` option:
Expand Down

0 comments on commit 437fce9

Please sign in to comment.