Skip to content

Commit eab277f

Browse files
authored
Update links for ecs-logging-nodejs repo name change (#48)
1 parent 78182ee commit eab277f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ 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-
* [JavaScript](https://github.com/elastic/ecs-logging-js)
24-
* [Pino](https://github.com/elastic/ecs-logging-js/tree/master/loggers/pino)
25-
* [Winston](https://github.com/elastic/ecs-logging-js/tree/master/loggers/winston)
26-
* [Morgan](https://github.com/elastic/ecs-logging-js/tree/master/loggers/morgan)
23+
* [Node.js](https://github.com/elastic/ecs-logging-nodejs)
24+
* [Pino](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/pino)
25+
* [Winston](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/winston)
26+
* [Morgan](https://github.com/elastic/ecs-logging-nodejs/tree/master/loggers/morgan)
2727
* [Python](https://github.com/elastic/ecs-logging-python) ([docs](https://www.elastic.co/guide/en/ecs-logging/python/current/intro.html))
2828
* Go
2929
* [zap](https://github.com/elastic/ecs-logging-go-zap) ([docs](https://www.elastic.co/guide/en/ecs-logging/go-zap/current/intro.html))

docs/intro.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Refer to the installation instructions of the individual loggers:
3333
* {ecs-logging-dotnet-ref}/setup.html[.NET]
3434
* 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-js[JavaScript]
36+
* https://github.com/elastic/ecs-logging-nodejs[Node.js]
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)