From 1661b28cc32f6f0daf1f3d4e750fda9279ebd264 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 4 Mar 2022 11:10:07 +0000 Subject: [PATCH] Fix broken anchor link This wasn't updated when we stopped using ECR to cache images. Link to authenticating with DockerHub instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 262734f..f3e3bd9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the RADIUS Server for managing Network Access Control. ## Table of Contents - [Getting Started](#getting-started) - - [Authenticating Docker with AWS ECR](#authenticating-docker-with-aws-ecr) + - [Authenticating with DockerHub](#authenticating-with-dockerhub) - [Starting the App](#starting-the-app) - [Deployment](#deployment) - [Targetting the ECS Cluster and Service to Deploy](#targetting-the-ecs-cluster-and-service-to-deploy)