Skip to content

Commit 6278ee9

Browse files
authored
Update Artifactory CE URLs (#3708)
While the bintray.io domain still works, it is not the current domain. I have extracted the new one from the `.env` file of the following download: https://releases.jfrog.io/artifactory/bintray-artifactory/org/artifactory/cpp/ce/docker/jfrog-artifactory-cpp-ce/7.63.12/jfrog-artifactory-cpp-ce-7.63.12-compose.tar.gz Also the URLs of the help pages changed.
1 parent 0d12266 commit 6278ee9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/conan_repositories/setting_up_conan_remotes/artifactory/artifactory_ce_cpp.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ API, a generic CLI tool and generic repositories to host any kind of source or b
1010
artifact.
1111

1212
This is a very brief introduction to Artifactory CE. For the complete Artifactory CE
13-
documentation, visit `Artifactory docs <https://www.jfrog.com/confluence/>`_.
13+
documentation, visit `Artifactory docs <https://jfrog.com/help/>`_.
1414

1515
Running Artifactory CE
1616
----------------------
1717

1818
There are several ways to run Artifactory CE:
1919

20-
* **Running from a docker image**. Just run:
20+
* **Running from a Docker image:**
2121

2222
.. code-block:: bash
2323
24-
$ docker run --name artifactory -d -p 8081:8081 -p 8082:8082 docker.bintray.io/jfrog/artifactory-cpp-ce:latest
24+
$ docker run --name artifactory -d -p 8081:8081 -p 8082:8082 releases-docker.jfrog.io/jfrog/artifactory-cpp-ce:latest
2525
2626
* **Download and run from zip file**. The `Download Page <https://conan.io/downloads.html>`_ has
2727
a link for you to follow. When the file is unzipped, launch Artifactory by double clicking
28-
the artifactory.bat(Windows) or artifactory.sh script in the *app/bin* subfolder,
28+
the artifactory.bat on Windows or artifactory.sh script in the *app/bin* subfolder,
2929
depending on the OS. Artifactory comes with JDK bundled, please `read Artifactory
30-
requirements <https://www.jfrog.com/confluence/display/JFROG/System+Requirements>`_.
30+
requirements <https://jfrog.com/help/r/jfrog-installation-setup-documentation/system-requirements>`_.
3131

3232
Once Artifactory has started, navigate to the default URL `http://localhost:8081`, where
3333
the Web UI should be running. The default user and password are ``admin:password``.

0 commit comments

Comments
 (0)