DockerUI - Comment in Services was broken link. Updated the comment to include the most accurate link representing the Docker API reference material

pull/2/head
Fredin, Brock 2015-05-14 00:21:53 -05:00
parent 2bc6b2995d
commit f167f5b49e
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
// http://docs.docker.io/en/latest/api/docker_remote_api.html#containers
// https://docs.docker.com/reference/api/docker_remote_api/
return $resource(Settings.url + '/containers/:id/:action', {
name: '@name'
}, {