> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.docker;
> +
> +import org.jclouds.docker.features.RemoteApi;
> +import org.jclouds.rest.annotations.Delegate;
> +
> +import java.io.Closeable;
> +
> +/**
> + * Provides synchronous access to Docker Remote API.
> + *
> + * @see <a 
> href="http://docs.docker.io/en/latest/api/docker_remote_api_v1.8/#docker-remote-api-v1-8";></a>

The link points to version 1.8 but the api metadata uses version 1.11. Change 
all links accordingly or just point to a root location that does not contain 
the version in the URL?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/57/files#r14173962

Reply via email to