This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d8f284b Fix broken links on the 'Introduction to Log4cxx' page (#269)
6d8f284b is described below

commit 6d8f284bf003d516d3ad9228cd9d68d29d2c1035
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Sep 21 11:29:43 2023 +1000

    Fix broken links on the 'Introduction to Log4cxx' page (#269)
    
    Co-authored-by: Stephen Webb <[email protected]>
---
 src/site/markdown/index.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index dd72571f..510ae002 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -52,15 +52,17 @@ The configuration also allows you to control the 
destination of log messages.
 They can be sent to a file, a remote socket server, event loggers as well as 
the console,
 with support for directing particular messages to one or more destinations.
 
-More information on how to use Log4cxx can be found on the [usage] page.  For
-a more general overview of what logging is, the logging services committee
-has a [logging overview] page that explains more of what logging is and
+The [example programs page] will let you to quickly start using Log4cxx.
+The components of Log4cxx are described on the [concepts page].
+For a more general overview, the logging services committee
+provides a [logging overview page] that explains more of what logging is and
 when to use it.
 
 [Apache log4j]:https://logging.apache.org/log4j/2.x/
 [Apache Portable Runtime]:https://apr.apache.org/
 [Apache License]:https://www.apache.org/licenses/
-[usage]:usage.html
+[example programs page]:quick-start.html
+[concepts page]:concepts.html
 [Open Source Initiative]:https://opensource.org/
 [Performance]:performance.html
-[logging overview]:https://logging.apache.org/what-is-logging.html
+[logging overview page]:https://logging.apache.org/what-is-logging.html

Reply via email to