You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/07/27 17:47:04 UTC

[beam-site] 02/05: Fix links

This is an automated email from the ASF dual-hosted git repository.

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit a0c756eb9f982170a52995abd9de585555c96538
Author: Mikhail Gryzykhin <mi...@google.com>
AuthorDate: Thu Jul 26 11:04:03 2018 -0700

    Fix links
---
 src/contribute/postcommits-policies.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/contribute/postcommits-policies.md b/src/contribute/postcommits-policies.md
index bd6609c..b4e6d35 100644
--- a/src/contribute/postcommits-policies.md
+++ b/src/contribute/postcommits-policies.md
@@ -56,9 +56,9 @@ When a post-commit test fails, follow the provided steps for your situation.
 
 ### I was assigned a JIRA issue for a test failure {#assigned-failing-test}
 
-1.  [Rollback the culprit change]({{ site.baseurl }}/contribute/postcommits-guides/index.md#rollback).
+1.  [Rollback the culprit change]({{ site.baseurl }}/contribute/postcommits-guides/index.html#rollback).
 1.  If you determine that rollback will take longer than 8 hours, [disable the
-    test temporarily]({{ site.baseurl }}/contribute/postcommits-guides/index.md#disabling) while you rollback or create a
+    test temporarily]({{ site.baseurl }}/contribute/postcommits-guides/index.html#disabling) while you rollback or create a
     fix.
 
 > Note: Rollback is always the first course of action. If a fix is trivial,
@@ -74,7 +74,7 @@ When a post-commit test fails, follow the provided steps for your situation.
 
 ## Useful links
 
-*   [Best practices for writing tests]({{ site.baseurl }}/contribute/testing/index.md#best_practices)
+*   [Best practices for writing tests]({{ site.baseurl }}/contribute/testing/index.html#best_practices)
 
 ## References