You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/02/23 08:55:26 UTC

[maven-site] branch master updated: fixed typo missing closing parenthesis

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a23f8e9  fixed typo missing closing parenthesis
a23f8e9 is described below

commit a23f8e94577d91298ac89f3a0e2f9ce5ea34e9da
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 23 09:55:15 2020 +0100

    fixed typo missing closing parenthesis
---
 content/apt/guides/introduction/introduction-to-repositories.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/guides/introduction/introduction-to-repositories.apt b/content/apt/guides/introduction/introduction-to-repositories.apt
index b8c218e..a721482 100644
--- a/content/apt/guides/introduction/introduction-to-repositories.apt
+++ b/content/apt/guides/introduction/introduction-to-repositories.apt
@@ -40,7 +40,7 @@ Introduction to Repositories
  Remote repositories refer to any other type of repository, accessed by a variety of protocols such as
  <<<file://>>> and <<<https://>>>. These repositories might be a truly remote repository
  set up by a third party to provide their artifacts for downloading (for example,
- {{{https://repo.maven.apache.org/maven2/}repo.maven.apache.org}}.
+ {{{https://repo.maven.apache.org/maven2/}repo.maven.apache.org}}).
  Other "remote" repositories may be internal repositories
  set up on a file or HTTP server within your company, used to share private artifacts between development teams
  and for releases.