diff mbox series

[ovs-dev] ovsdb: raft: Fix RAFT paper link.

Message ID 20230625170502.1650869-1-hzhou@ovn.org
State Accepted
Commit 2ece9c9ac1e095427c29a722f71ff3b874d5bab2
Headers show
Series [ovs-dev] ovsdb: raft: Fix RAFT paper link. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Han Zhou June 25, 2023, 5:05 p.m. UTC
Signed-off-by: Han Zhou <hzhou@ovn.org>
---
 ovsdb/raft.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Ilya Maximets June 29, 2023, 10:40 p.m. UTC | #1
On 6/25/23 19:05, Han Zhou wrote:
> Signed-off-by: Han Zhou <hzhou@ovn.org>
> ---
>  ovsdb/raft.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/ovsdb/raft.h b/ovsdb/raft.h
> index 403ed3dd7321..a5b55d9bf031 100644
> --- a/ovsdb/raft.h
> +++ b/ovsdb/raft.h
> @@ -26,7 +26,8 @@
>   * ==========
>   *
>   * Based on Diego Ongaro's Ph.D. thesis, "Consensus: Bridging Theory and
> - * Practice", available at https://ramcloud.stanford.edu/~ongaro/thesis.pdf.
> + * Practice", available at
> + * https://github.com/ongardie/dissertation/blob/master/stanford.pdf.
>   * References to sections, pages, and figures are from this thesis.  Quotations
>   * in comments also come from this work, in accordance with its license notice,
>   * reproduced below:

Thanks!  Applied.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/ovsdb/raft.h b/ovsdb/raft.h
index 403ed3dd7321..a5b55d9bf031 100644
--- a/ovsdb/raft.h
+++ b/ovsdb/raft.h
@@ -26,7 +26,8 @@ 
  * ==========
  *
  * Based on Diego Ongaro's Ph.D. thesis, "Consensus: Bridging Theory and
- * Practice", available at https://ramcloud.stanford.edu/~ongaro/thesis.pdf.
+ * Practice", available at
+ * https://github.com/ongardie/dissertation/blob/master/stanford.pdf.
  * References to sections, pages, and figures are from this thesis.  Quotations
  * in comments also come from this work, in accordance with its license notice,
  * reproduced below: