Skip to content

Commit

Permalink
Fix docs link
Browse files Browse the repository at this point in the history
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
  • Loading branch information
mxpv committed Aug 8, 2023
1 parent 77a2b87 commit f1d2500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/runc-shim/src/runc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ mod tests {
use runc::error::Error::CommandFailed;
use tokio::fs::remove_dir_all;

use crate::{asynchronous::runc::runtime_error, common::LOG_JSON_FILE};
use crate::{common::LOG_JSON_FILE, runc::runtime_error};

#[tokio::test]
async fn test_runtime_error() {
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/src/asynchronous/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub trait Shim {
///
/// It expected to return TTRPC address containerd daemon can use to communicate with
/// the given shim instance.
/// See https://github.com/containerd/containerd/tree/master/runtime/v2#start
/// See <https://github.com/containerd/containerd/tree/master/runtime/v2#start>
/// this is an asynchronous call
async fn start_shim(&mut self, opts: StartOpts) -> Result<String>;

Expand Down

0 comments on commit f1d2500

Please sign in to comment.