You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2021/09/07 10:12:38 UTC

[james-project] branch master updated: JAMES-3150 Fix typo in blob garbage collection documentation

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

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new f5f695e  JAMES-3150 Fix typo in blob garbage collection documentation
f5f695e is described below

commit f5f695e47d5333be24ef509d04080f683a225eae
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Mon Sep 6 16:15:48 2021 +0700

    JAMES-3150 Fix typo in blob garbage collection documentation
---
 docs/modules/servers/pages/distributed/operate/webadmin.adoc | 2 +-
 src/site/markdown/server/manage-webadmin.md                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/servers/pages/distributed/operate/webadmin.adoc b/docs/modules/servers/pages/distributed/operate/webadmin.adoc
index ff6b52f..7a63100 100644
--- a/docs/modules/servers/pages/distributed/operate/webadmin.adoc
+++ b/docs/modules/servers/pages/distributed/operate/webadmin.adoc
@@ -2314,7 +2314,7 @@ blobs.
 To do so:
 
 ....
-curl -XDELETE http:ip:port/blobs?scope=unreferenced
+curl -XDELETE http://ip:port/blobs?scope=unreferenced
 ....
 
 link:#_endpoints_returning_a_task[More details about endpoints returning a task].
diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md
index 25bd7a6..f67f723 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -3526,7 +3526,7 @@ blobs.
 To do so:
 
 ```
-curl -XDELETE http:ip:port/blobs?scope=unreferenced
+curl -XDELETE http://ip:port/blobs?scope=unreferenced
 ```
 
 [More details about endpoints returning a task](#Endpoints_returning_a_task).

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org