From b506407fc5756f22155603697e105e9a6410bcb5 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 18 May 2023 14:04:07 -0500 Subject: [PATCH] docs: Update links to generator examples Fixes #24 --- README.md | 3 +-- src/lib.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b49d260..3265373 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,7 @@ This is done by: `imperative` example: - output: [`wordlist_codegen.rs`](https://github.com/crate-ci/imperative/blob/master/src/wordlist_codegen.rs) -- generator: [`imperative-codegen`](https://github.com/crate-ci/imperative/tree/master/codegen) -- audit: [`azure-pipelines.yml`](https://github.com/crate-ci/imperative/blob/master/azure-pipelines.yml#L13) +- generator: [`imperative-codegen`](https://github.com/crate-ci/imperative/tree/master/tests/codegen.rs) ## [Contribute](CONTRIBUTING.md) diff --git a/src/lib.rs b/src/lib.rs index c7d89b1..72a8ced 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,8 +15,7 @@ //! //!`imperative` example: //! - output: [`wordlist_codegen.rs`](https://github.com/crate-ci/imperative/blob/master/src/wordlist_codegen.rs) -//! - generator: [`imperative-codegen`](https://github.com/crate-ci/imperative/tree/master/codegen) -//! - audit: [`azure-pipelines.yml`](https://github.com/crate-ci/imperative/blob/master/azure-pipelines.yml#L13) +//! - generator: [`imperative-codegen`](https://github.com/crate-ci/imperative/tree/master/tests/codegen.rs) #![cfg_attr(docsrs, feature(doc_auto_cfg))] #![allow(clippy::branches_sharing_code)]