Skip to content

Commit 88d7b30

Browse files
committed
fix broken links to docker containers
1 parent ca50164 commit 88d7b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/workspace.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ impl WorkspaceBuilder {
5454
/// [rustops/crates-build-env-windows] on Windows systems. Those images contain dependencies to
5555
/// build a large amount of crates.
5656
///
57-
/// [rustops/crates-build-env]: https://hub.docker.com/rustops/crates-build-env
58-
/// [rustops/crates-build-env-windows]: https://hub.docker.com/rustops/crates-build-env-windows
57+
/// [rustops/crates-build-env]: https://hub.docker.com/r/rustops/crates-build-env
58+
/// [rustops/crates-build-env-windows]: https://hub.docker.com/r/rustops/crates-build-env-windows
5959
pub fn sandbox_image(mut self, image: SandboxImage) -> Self {
6060
self.sandbox_image = Some(image);
6161
self

0 commit comments

Comments
 (0)