Skip to content

Commit

Permalink
Fix additional links
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Jul 18, 2024
1 parent 3ed775d commit c062947
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,11 @@
* memory and writes to this memory region.
* <p>
*
* @see <a href="http://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java">
* @see <a href="https://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java">
* http://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java</a>
* @see <a href="http://bugs.java.com/view_bug.do?bug_id=6893654">http://bugs.java.com/view_bug.do?bug_id=6893654</a>
* @see <a href="http://bugs.java.com/view_bug.do?bug_id=4724038">http://bugs.java.com/view_bug.do?bug_id=4724038</a>
* @see <a
* href="http://stackoverflow.com/questions/9261316/memory-mapped-mappedbytebuffer-or-direct-bytebuffer-for-db-implementation">
* http://stackoverflow.com/questions/9261316/memory-mapped-mappedbytebuffer-or-direct-bytebuffer-for-db-implementation</a>
* @see <a href="https://bugs.openjdk.org/browse/JDK-6893654">JDK-6893654</a>
* @see <a href="https://bugs.openjdk.org/browse/JDK-4724038">JDK-4724038</a>
* @see <a href="https://stackoverflow.com/q/9261316/11748454">Memory-Mapped MappedByteBuffer or Direct ByteBuffer for DB Implementation?</a>
*
* @since 2.1
*/
Expand Down
2 changes: 1 addition & 1 deletion src/site/antora/modules/ROOT/pages/log4j-docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
Log4j supports Docker by providing a Lookup to retrieve container information.
== Accessing Docker
Log4j Docker module offers https://www.docker.com/[Docker]-specific utilities.
The Log4j Docker support requires access to the Docker REST interface.
In practical terms this means the application either needs access to unix:///var/run/docker.sock through a volume mount (not recommended), bind Docker to another host/port or unix socket.
Expand Down
2 changes: 1 addition & 1 deletion src/site/antora/modules/ROOT/pages/manual/appenders.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4026,7 +4026,7 @@ If not specified, the default system Charset will be used.
default is 0 (infinite timeout, like `Socket.connect()` methods).
|enterpriseNumber |integer |The IANA enterprise number as described in
http://tools.ietf.org/html/rfc5424#section-7.2.2[RFC 5424]
https://datatracker.ietf.org/doc/html/rfc5424#section-7.2.2[RFC 5424]
|filter |Filter |A Filter to determine if the event should be handled by
this Appender. More than one Filter may be used by using a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ The **default event template** modelling https://www.elastic.co/guide/en/ecs/cur
Models https://github.com/logstash/log4j-jsonevent-layout[Logstash `json_event` pattern for Log4j]
{project-github-url}/tree/2.x/log4j-layout-template-json/src/main/resources/GelfLayout.json[`GelfLayout.json`]::
Models https://docs.graylog.org/en/3.1/pages/gelf.html#gelf-payload-specification[the Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
Models https://go2docs.graylog.org/current/getting_in_log_data/gelf.html#GELFPayloadSpecification[the Graylog Extended Log Format (GELF) payload specification] with additional `_thread` and `_logger` fields.
+
[TIP]
====
Expand Down

0 comments on commit c062947

Please sign in to comment.