Skip to content

Commit dd6a0da

Browse files
authored
Apply suggestions from code review
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 4127ec5 commit dd6a0da

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/discussions-data-files-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Fetch data for meshery tag
2626
run: |
2727
curl -L http://discuss.meshery.io/tag/meshery.json -o docs/_data/discuss/meshery.json
28+
sed -i 's|https://discuss.layer5.io|http://discuss.meshery.io|g' docs/_data/discuss/meshery.json
29+
sed -i 's|discuss.layer5.io|discuss.meshery.io|g' docs/_data/discuss/meshery.json
2830
2931
- name: Pull changes from remote
3032
run: git pull origin master

docs/_includes/related-discussions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>Recent Discussions with "{{ include.tag }}" Tag</h2>
2929
<!-- -->
3030
<li class="post">
3131
<span class="post-date"> {{ post.created_at | date: "%b %d" }} | </span>
32-
<a href="https://discuss.meshery.io/t/{{ post.slug }}/{{ post.id }}"> {{ post.title }}</a>
32+
<a href="http://discuss.meshery.io/t/{{ post.slug }}/{{ post.id }}"> {{ post.title }}</a>
3333
<span class="poost-author">
3434
{%for user in users%} {% if(post.posters[0].user_id == user.id)%} {%assign author = user.name%} {%break%}
3535
{%endif%} {%endfor%} by {{author}}

0 commit comments

Comments
 (0)