Skip to content

Commit e6c5102

Browse files
authored
Merge pull request #16 from jyn514/doc-links
fix broken links to docker containers
2 parents ca50164 + 88d7b30 commit e6c5102

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)