Skip to content

Commit b1daab5

Browse files
authored
docs: update links to now published nodejs docs (#49)
1 parent eab277f commit b1daab5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Learn more in the [ECS Logging Reference](https://www.elastic.co/guide/en/ecs-lo
2020
* [.NET](https://github.com/elastic/ecs-dotnet) ([docs](https://www.elastic.co/guide/en/ecs-logging/dotnet/current/intro.html))
2121
* [Serilog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.Serilog)
2222
* [NLog](https://github.com/elastic/ecs-dotnet/tree/master/src/Elastic.CommonSchema.NLog)
23-
* [Node.js](https://github.com/elastic/ecs-logging-nodejs)
23+
* [Node.js](https://github.com/elastic/ecs-logging-nodejs) ([docs](https://www.elastic.co/guide/en/ecs-logging/nodejs/current/intro.html))
2424
* [Pino](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/pino)
2525
* [Winston](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/winston)
2626
* [Morgan](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/morgan)

docs/intro.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ They make it easy to format your logs into ECS-compatible JSON. For example:
3131
Refer to the installation instructions of the individual loggers:
3232

3333
* {ecs-logging-dotnet-ref}/setup.html[.NET]
34-
* Go: ({ecs-logging-go-zap-ref}/setup.html[zap]), ({ecs-logging-go-logrus-ref}/setup.html[logrus])
34+
* Go: {ecs-logging-go-zap-ref}/setup.html[zap], {ecs-logging-go-logrus-ref}/setup.html[logrus]
3535
* {ecs-logging-java-ref}/setup.html[Java]
36-
* https://github.com/elastic/ecs-logging-nodejs[Node.js]
36+
* Node.js: {ecs-logging-nodejs-ref}/morgan.html[morgan], {ecs-logging-nodejs-ref}/pino.html[pino], {ecs-logging-nodejs-ref}/winston.html[winston]
3737
* https://github.com/elastic/ecs-logging-php[PHP]
3838
* {ecs-logging-python-ref}/installation.html[Python]
3939
* {ecs-logging-ruby-ref}/setup.html[Ruby]

0 commit comments

Comments
 (0)