From f163b8a56c9659c8a3e5b370cdcfcde5e5f31712 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 25 Oct 2019 09:51:37 -0600 Subject: [PATCH] chore: Fix readme links --- codegen/Cargo.toml | 2 +- typos-dict/Cargo.toml | 2 +- typos/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 2be47c4..fa1ce50 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/imperative" documentation = "https://docs.rs/imperative" -readme = "README.md" +readme = "../README.md" categories = ["text-processing"] license = "MIT" edition = "2018" diff --git a/typos-dict/Cargo.toml b/typos-dict/Cargo.toml index 3779c71..06aa5ff 100644 --- a/typos-dict/Cargo.toml +++ b/typos-dict/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/epage/typos" documentation = "https://docs.rs/typos-dict" -readme = "README.md" +readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT" diff --git a/typos/Cargo.toml b/typos/Cargo.toml index bfc23f3..67bdb10 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/epage/typos" documentation = "https://docs.rs/typos" -readme = "README.md" +readme = "../README.md" categories = ["development-tools", "text-processing"] keywords = ["development", "spelling"] license = "MIT"