diff --git a/README.md b/README.md index 1abf4c0..d49eee6 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Discussion state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Discussion state] ==== Assume everything can change. This document is not complete yet and was created only for the purpose of conversation outside of the document. @@ -148,7 +148,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Development state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Development state] ==== Assume everything can change. This draft specification will change before being accepted as standard, so implementations made to this draft specification will likely not conform @@ -160,7 +160,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Stable state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Stable state] ==== Assume anything could still change, but limited change should be expected. ==== @@ -170,7 +170,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Frozen state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state] ==== Change is extremely unlikely. A high threshold will be used, and a change will only occur because of some truly critical issue being identified during @@ -183,7 +183,7 @@ state are as follows: * Formal admonition text: ``` [WARNING] - .This document is in the link:http://riscv.org/spec-state[Ratified state] + .This document is in the link:https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Ratified state] ==== No changes are allowed. Any desired or needed changes can be the subject of a follow-on new extension. Ratified extensions are never revised. diff --git a/themes/riscv-pdf.yml b/themes/riscv-pdf.yml index f2599c8..be3b32a 100644 --- a/themes/riscv-pdf.yml +++ b/themes/riscv-pdf.yml @@ -66,7 +66,7 @@ base: font_style: normal font_size_large: round($base_font_size * 1.25) font_size_small: round($base_font_size * 0.85) - font_size_min: round($base_font_size * 0.75) + font_size_min: round($base_font_size * 0.86) border_radius: 3 border_width: 0.25 border_color: EEEEEE