Skip to content

Commit 18dc000

Browse files
committed
fix README
1 parent 26df332 commit 18dc000

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Publish PDF as release asset
5151
uses: softprops/action-gh-release@v2
5252
with:
53-
tag_name: spec-latest
54-
name: Latest leanVM-b PDF
53+
tag_name: doc-latest
54+
name: leanVM-b documentation
5555
body: |
5656
Auto-built from `doc/main.tex` on every push to `main`.
5757
Contains the specification, Annex A (ring switching) and Annex B (the PCS).

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
</p>
66

77
<p align="center">
8-
<a href="./doc/main.tex"><img src="https://img.shields.io/badge/Specification-source-blue?style=for-the-badge&logo=latex&logoColor=white" alt="Specification source"></a>
9-
<a href="https://github.com/leanEthereum/leanVM-b/releases/download/spec-latest/doc.pdf"><img src="https://img.shields.io/badge/main-PDF-blue?style=for-the-badge&logo=latex&logoColor=white" alt="Latest main-branch PDF"></a>
8+
<a href="https://github.com/leanEthereum/leanVM-b/releases/download/doc-latest/leanVM-b.pdf"><img src="https://img.shields.io/badge/Documentation-PDF-blue?style=for-the-badge&logo=latex&logoColor=white" alt="Documentation"></a>
109
</p>
1110

1211
Warning: highly experimental.

0 commit comments

Comments
 (0)