diff --git a/src/sphinx/Community/Community-Plugins.rst b/src/sphinx/Community/Community-Plugins.rst index 66291dccd..b418833ff 100644 --- a/src/sphinx/Community/Community-Plugins.rst +++ b/src/sphinx/Community/Community-Plugins.rst @@ -28,7 +28,8 @@ You'll also need to add your credentials somewhere. For example, you might use :: - credentials += Credentials("Artifactory Realm", "repo.scala-sbt.org", "jsuereth", "@my encrypted password@") + credentials += Credentials("Artifactory Realm", + "scalasbt.artifactoryonline.com", "@user name@", "@my encrypted password@") Where ``@my encrypted password@`` is actually obtained using the following `instructions `_.