Skip to content

Commit

Permalink
Update blog links to new wordpress site (#4269)
Browse files Browse the repository at this point in the history
  • Loading branch information
beets authored May 23, 2024
1 parent f5999cb commit 1759fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="nav-about-dropdown">
<a class="dropdown-item" href="{{ url_for('static.about') }}">{% trans %}About Data Commons{% endtrans
%}</a>
<a class="dropdown-item" href="https://docs.datacommons.org/blog.html">{% trans %}Blog{% endtrans
<a class="dropdown-item" href="https://blog.datacommons.org/">{% trans %}Blog{% endtrans
%}</a>
<a class="dropdown-item" href="https://docs.datacommons.org/datasets/">{% trans %}Data Sources{%
endtrans %}</a>
Expand Down Expand Up @@ -223,7 +223,7 @@ <h6>{% trans %}Data Commons{% endtrans %}</h6>
{# TRANSLATORS: The label for a link to the project's about page. #}
<a href="{{ url_for('static.about') }}"><span class="material-icons-outlined">arrow_forward</span><span>{% trans %}About Data Commons{% endtrans %}</span></a>
{# TRANSLATORS: The label for a link to the project's blog. #}
<a href="https://docs.datacommons.org/blog.html"><span class="material-icons-outlined">arrow_forward</span><span>{% trans %}Blog{% endtrans %}</span></a>
<a href="https://blog.datacommons.org/"><span class="material-icons-outlined">arrow_forward</span><span>{% trans %}Blog{% endtrans %}</span></a>
{# TRANSLATORS: The label for a link to data sources included in the Data Commons knowledge graph. #}
<a href="https://docs.datacommons.org/datasets/"><span class="material-icons-outlined">arrow_forward</span><span>{% trans %}Data Sources{% endtrans %}</span></a>
{# TRANSLATORS: The label for a link to instructions about sending feedback. #}
Expand Down
4 changes: 2 additions & 2 deletions server/templates/custom_dc/stanford/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="nav-about-dropdown">
<a class="dropdown-item" href="{{ url_for('static.about') }}">{% trans %}About Data Commons{% endtrans
%}</a>
<a class="dropdown-item" href="https://docs.datacommons.org/blog.html">{% trans %}Blog{% endtrans
<a class="dropdown-item" href="https://blog.datacommons.org">{% trans %}Blog{% endtrans
%}</a>
<a class="dropdown-item" href="https://docs.datacommons.org/datasets/">{% trans %}Data Sources{%
endtrans %}</a>
Expand Down Expand Up @@ -206,7 +206,7 @@ <h6>{% trans %}Data Commons{% endtrans %}</h6>
{# TRANSLATORS: The label for a link to the project's about page. #}
<a href="{{ url_for('static.about') }}">{% trans %}About Data Commons{% endtrans %}</a>
{# TRANSLATORS: The label for a link to the project's blog. #}
<a href="https://docs.datacommons.org/blog.html">{% trans %}Blog{% endtrans %}</a>
<a href="https://blog.datacommons.org/">{% trans %}Blog{% endtrans %}</a>
{# TRANSLATORS: The label for a link to data sources included in the Data Commons knowledge graph. #}
<a href="https://docs.datacommons.org/datasets/">{% trans %}Data Sources{% endtrans %}</a>
{# TRANSLATORS: The label for a link to instructions about sending feedback. #}
Expand Down

0 comments on commit 1759fdb

Please sign in to comment.