From 74c92de1d38bc2cf61fce76bacb3523958c01e38 Mon Sep 17 00:00:00 2001 From: "Fredin, Brock" Date: Thu, 14 May 2015 00:27:55 -0500 Subject: [PATCH] Revert "DockerUI - Comment in Services was broken link. Updated the comment to include the most accurate link representing the Docker API reference material" This reverts commit f167f5b49ed89418225bee9dab7e967b9c47c6df. --- app/shared/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shared/services.js b/app/shared/services.js index 59bd02209..5ed45934b 100644 --- a/app/shared/services.js +++ b/app/shared/services.js @@ -2,7 +2,7 @@ angular.module('dockerui.services', ['ngResource']) .factory('Container', function ($resource, Settings) { 'use strict'; // Resource for interacting with the docker containers - // https://docs.docker.com/reference/api/docker_remote_api/ + // http://docs.docker.io/en/latest/api/docker_remote_api.html#containers return $resource(Settings.url + '/containers/:id/:action', { name: '@name' }, {