Skip to content

Commit

Permalink
fix(docs): URL for docs.rs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Feb 21, 2024
1 parent 221e94c commit e7013b6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdml-core/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Rust in-Memory model of the Simple Domain Modeling Language (SDML).

[[https://crates.io/crates/sdml_core][https://img.shields.io/crates/v/sdml_core.svg]]
[[https://docs.rs/sdml_core][https://img.shields.io/docsrs/sdml-core]]
[[https://docs.rs/sdml_core][https://img.shields.io/docsrs/sdml-core.svg]]

This package is part of the Rust SDML project and specifically defines the in-memory model of an SDML module. The
project's intent is to provide an idiomatic implementation of the in-memory model, parser, generators, and the CLI tool.
Expand Down
2 changes: 1 addition & 1 deletion sdml-generate/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Rust Library of artifact generators from the Simple Domain Modeling Language (SDML).

[[https://crates.io/crates/sdml_generate][https://img.shields.io/crates/v/sdml_generate.svg]]
[[https://docs.rs/sdml_generate][https://img.shields.io/docsrs/sdml-generate]]
[[https://docs.rs/sdml_generate][https://img.shields.io/docsrs/sdml-generate.svg]]

This package is part of the Rust SDML project and specifically defines the model-to-*other* generators for SDML modules.
The project's intent is to provide an idiomatic implementation of the in-memory model, parser, generators, and the CLI tool.
Expand Down
2 changes: 1 addition & 1 deletion sdml-parse/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Rust Parser for the Simple Domain Modeling Language (SDML).

[[https://crates.io/crates/sdml_parse][https://img.shields.io/crates/v/sdml_parse.svg]]
[[https://docs.rs/sdml_parse][https://img.shields.io/docsrs/sdml-parse]]
[[https://docs.rs/sdml_parse][https://img.shields.io/docsrs/sdml-parse.svg]]

This package is part of the Rust SDML project and specifically implements a parser from SDML surface syntax to the
in-memory model representation. The project's intent is to provide an idiomatic implementation of the in-memory model,
Expand Down
1 change: 0 additions & 1 deletion sdml_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ publish = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
all-features = true
rustdoc-args = ["--html-in-header", "doc-src/header.html"]

[dependencies]
codespan-reporting = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion sdml_error/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Rust Library containing the error and diagnostic types for the Simple Domain Modeling Language (SDML).

[[https://crates.io/crates/sdml_error][https://img.shields.io/crates/v/sdml_error.svg]]
[[https://docs.rs/sdml_error][https://img.shields.io/docsrs/sdml_error]]
[[https://docs.rs/sdml_error][https://img.shields.io/docsrs/sdml_error.svg]]

This package is part of the Rust SDML project and specifically defines the error and diagnostic types for the project.
The project's intent is to provide an idiomatic implementation of the in-memory model, parser, generators, and the CLI tool.
Expand Down

0 comments on commit e7013b6

Please sign in to comment.