From 5b854ab1b4944379f6121db858a45661cf3b2bda Mon Sep 17 00:00:00 2001
From: ronbz <34772056+ronbz@users.noreply.github.com>
Date: Mon, 23 Sep 2024 15:32:59 +0300
Subject: [PATCH] Update README.md
Documentation link updated
---
artifactory-maven-plugin-example/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/artifactory-maven-plugin-example/README.md b/artifactory-maven-plugin-example/README.md
index 2251d71cb7..04497b4f51 100644
--- a/artifactory-maven-plugin-example/README.md
+++ b/artifactory-maven-plugin-example/README.md
@@ -8,7 +8,7 @@ This example is using the Maven Artifactory Plugin for artifacts and build-info
To run this example, please do the following:
* Edit the pom.xml file and set the value of the *contextUrl* with your Artifactory URL, as well as the other Artifactory properties.
-For more configuration information see the [Maven Artifactory Plugin documentation](https://www.jfrog.com/confluence/display/RTF/Maven+Artifactory+Plugin).
+For more configuration information see the [Maven Artifactory Plugin documentation](https://docs.jfrog-applications.jfrog.io/ci-and-sdks/ci-integrations/maven-artifactory-plugin).
* CD to the project directory and run *mvn deploy*.
You can define the Artifactory details inside the pom file using properties. These properties can be sent to maven as system properties:
@@ -51,4 +51,4 @@ The full plugin documentation is available [here](https://www.jfrog.com/confluen
-For more information about managing your maven packages with an [Artifactory Maven repository](https://jfrog.com/integration/maven-repository/) visit [Artifactory's documentation page](https://www.jfrog.com/confluence/display/RTF/Maven+Repository).
+For more information about managing your maven packages with an [Artifactory Maven repository](https://jfrog.com/integration/maven-repository/) visit [Artifactory's documentation page](https://docs.jfrog-applications.jfrog.io/ci-and-sdks/ci-integrations/maven-artifactory-plugin).