Skip to content

Commit

Permalink
update publication URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Dec 8, 2023
1 parent 16b542d commit 6de2f86
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<!---
This file was generated from `meta.yml`, please do not edit manually.
Follow the instructions on https://github.com/coq-community/templates to regenerate.
--->
# Verdi Raft

[![Docker CI][docker-action-shield]][docker-action-link]

[docker-action-shield]: https://github.com/uwplse/verdi-raft/workflows/Docker%20CI/badge.svg?branch=master
[docker-action-link]: https://github.com/uwplse/verdi-raft/actions?query=workflow:"Docker%20CI"
[docker-action-shield]: https://github.com/uwplse/verdi-raft/actions/workflows/docker-action.yml/badge.svg?branch=master
[docker-action-link]: https://github.com/uwplse/verdi-raft/actions/workflows/docker-action.yml



Expand Down Expand Up @@ -32,8 +36,8 @@ Included is a verified fault-tolerant key-value store using Raft.
- [Cheerios](https://github.com/uwplse/cheerios)
- Coq namespace: `VerdiRaft`
- Related publication(s):
- [Verdi: A Framework for Implementing and Verifying Distributed Systems](http://verdi.uwplse.org/verdi.pdf) doi:[10.1145/2737924.2737958](https://doi.org/10.1145/2737924.2737958)
- [Planning for Change in a Formal Verification of the Raft Consensus Protocol](http://verdi.uwplse.org/raft-proof.pdf) doi:[10.1145/2854065.2854081](https://doi.org/10.1145/2854065.2854081)
- [Verdi: A Framework for Implementing and Verifying Distributed Systems](https://homes.cs.washington.edu/~mernst/pubs/verify-distsystem-pldi2015.pdf) doi:[10.1145/2737924.2737958](https://doi.org/10.1145/2737924.2737958)
- [Planning for Change in a Formal Verification of the Raft Consensus Protocol](https://homes.cs.washington.edu/~mernst/pubs/raft-proof-cpp2016.pdf) doi:[10.1145/2854065.2854081](https://doi.org/10.1145/2854065.2854081)

## Optional requirements

Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ description: |-
Included is a verified fault-tolerant key-value store using Raft.
publications:
- pub_url: http://verdi.uwplse.org/verdi.pdf
- pub_url: https://homes.cs.washington.edu/~mernst/pubs/verify-distsystem-pldi2015.pdf
pub_title: 'Verdi: A Framework for Implementing and Verifying Distributed Systems'
pub_doi: 10.1145/2737924.2737958
- pub_url: http://verdi.uwplse.org/raft-proof.pdf
- pub_url: https://homes.cs.washington.edu/~mernst/pubs/raft-proof-cpp2016.pdf
pub_title: 'Planning for Change in a Formal Verification of the Raft Consensus Protocol'
pub_doi: 10.1145/2854065.2854081

Expand Down

0 comments on commit 6de2f86

Please sign in to comment.