From 3535739d073442eb197e3162c77658f9b3799457 Mon Sep 17 00:00:00 2001 From: Tammy Fox Date: Mon, 6 Aug 2018 16:17:41 -0400 Subject: [PATCH] don't link to "here" --- docker-hub/repos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-hub/repos.md b/docker-hub/repos.md index eca4eec1ad..4e13fc3769 100644 --- a/docker-hub/repos.md +++ b/docker-hub/repos.md @@ -140,10 +140,10 @@ team. To work with a private repository on [Docker Hub](https://hub.docker.com), you need to add one using the [Add Repository](https://hub.docker.com/add/repository/) button. You get one private repository for free with your Docker Hub user account (not usable for -organizations you're a member of). If you need more private repositories for your user account, you can upgrade -your Docker Hub plan [here](https://hub.docker.com/account/billing-plans/). +organizations you're a member of). If you need more private repositories for your user account, upgrade +your Docker Hub plan from your [Billing Information](https://hub.docker.com/account/billing-plans/) page. -Please do note that user and organization accounts maintain separate billing profiles. For more information on managing billing for your account, you may refer to our knowledge base article [here](https://success.docker.com/article/where-can-i-change-my-billing-details). +User and organization accounts maintain separate billing profiles. For more information on managing billing for your account, you may refer to the [Where can I change my billing details?](https://success.docker.com/article/where-can-i-change-my-billing-details) kbase article. Once the private repository is created, you can `push` and `pull` images to and from it using Docker.