diff options
Diffstat (limited to 'en/1/product/index.php')
-rw-r--r-- | en/1/product/index.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/en/1/product/index.php b/en/1/product/index.php index 1b27714db..cf5fc9962 100644 --- a/en/1/product/index.php +++ b/en/1/product/index.php @@ -89,9 +89,12 @@ $_t = array( <hr /> <h2>Mageia is focusing on...</h2> <ul class="product-list"> - <li><h3><a href="./users/">...users</a></h3></li> - <li><h3><a href="./users/">...developers</a></h3></li> - <li><h3><a href="./users/">...contributors</a></h3></li> + <li><h3><a href="./user/">...users</a></h3> + <p>Get more information <a href="./user/">here</a>.</p></li> + <li><h3><a href="./developer/">...developers</a></h3> + <p>Get more information <a href="./developer/">here</a>.</p></li> + <li><h3><a href="./contributor/">...contributors</a></h3> + <p>Get more information <a href="./contributor/">here</a>.</p></li> </ul> </div> </div> |