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 f167f5b49e.
pull/2/head
Fredin, Brock 2015-05-14 00:27:55 -05:00
parent 1688dbd8a0
commit 74c92de1d3
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}, {