소스 검색

Merge pull request #2625 from schnoddelbotz/update-rust-doc-link

Update documentation link cargo.toml vs cargo.lock
Brendan Forster 7 년 전
부모
커밋
3edcb9bd71
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Rust.gitignore

+ 1 - 1
Rust.gitignore

@@ -3,7 +3,7 @@
 /target/
 
 # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
-# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
+# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
 Cargo.lock
 
 # These are backup files generated by rustfmt