From 1fe6cd2611d8b80249e2631f283b2b40aabee987 Mon Sep 17 00:00:00 2001 From: Solexplorer Date: Sun, 9 Feb 2020 10:08:35 +0100 Subject: [PATCH] Change medium links to redirect to the gitcoin blog --- app/grants/templates/grants/detail/matching.html | 6 +++--- app/retail/templates/about.html | 4 ++-- app/retail/templates/bounties/funder/benefits.html | 4 ++-- .../templates/emails/campaigns/email_campaign_day_3.html | 2 +- app/retail/templates/not_a_token.html | 2 +- app/retail/templates/results.html | 2 +- app/retail/templates/shared/what_is_gitcoin.html | 2 +- app/retail/views.py | 4 ++-- docs/README.md | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/grants/templates/grants/detail/matching.html b/app/grants/templates/grants/detail/matching.html index 649963ee821..c3af6d552fc 100644 --- a/app/grants/templates/grants/detail/matching.html +++ b/app/grants/templates/grants/detail/matching.html @@ -15,7 +15,7 @@ {% if clr_matching_banners_style == "results" %} - @@ -24,13 +24,13 @@ ${{grant.clr_matching}} in CLR Matching

- This project had contributions matched via CLR. + This project had contributions matched via CLR.

{% else %} - diff --git a/app/retail/templates/about.html b/app/retail/templates/about.html index 381f3f9646f..1960cf01266 100644 --- a/app/retail/templates/about.html +++ b/app/retail/templates/about.html @@ -233,7 +233,7 @@

{% trans "Mission: Grow Open Source" %}

{% trans "Cryptocurrencies provide new p2p job opportunities" %}

{% blocktrans %}Gitcoin is built upon the Ethereum network, and the solidity smart contract programming language. Ethereum provides opportunities to align incentives across actors in the ecosystem. By programming rights of stakeholders directly into smart contracts, actors are incentivized to provide value, and edge cases are handled _without_ having to involve legacy legal enforcement mechanisms.{% endblocktrans %} - {% trans "Read about our p2p coding jobs network." %} + {% trans "Read about our p2p coding jobs network." %}

@@ -251,7 +251,7 @@

Goal: To grow the community

YouveGotETH, & ColoradoCoin. The stronger the community is, the more successful open source projects are. The stronger open source projects are, the stronger the community is. {% endblocktrans %} - {% trans "Read our roadmap to open source financial freedom." %} + {% trans "Read our roadmap to open source financial freedom." %}

diff --git a/app/retail/templates/bounties/funder/benefits.html b/app/retail/templates/bounties/funder/benefits.html index 6a9d8286285..199b446928c 100644 --- a/app/retail/templates/bounties/funder/benefits.html +++ b/app/retail/templates/bounties/funder/benefits.html @@ -45,7 +45,7 @@

{% trans "Augment Your Team's Workflow" %}

{% blocktrans %}Save time on non-core tasks, build out interesting features, squash pesky bugs. Create space for your core team to focus on the right problems.{% endblocktrans %}

- + {% trans "Read an Article" %}
@@ -85,7 +85,7 @@

{% trans "Hire Global Talent" %}

{% blocktrans %}Gitcoiner’s include designers and developers working in countries all around the world. Get to to know potential talent through the projects that you bounty. What better way to interview?{% endblocktrans %}

- + {% trans "How To Get Started" %} diff --git a/app/retail/templates/emails/campaigns/email_campaign_day_3.html b/app/retail/templates/emails/campaigns/email_campaign_day_3.html index 21ba7feb21a..5a385d34fb0 100644 --- a/app/retail/templates/emails/campaigns/email_campaign_day_3.html +++ b/app/retail/templates/emails/campaigns/email_campaign_day_3.html @@ -51,7 +51,7 @@

Day 3: Leveraging The Gitcoin Community

{% blocktrans %} - Gitcoin Core is 11 team members, yet we’ve seen contributions from well over 100 developers using Gitcoin. We’d like to see you do the same! Here’s how to leverage a firehose of developer talent to do more, faster. + Gitcoin Core is 11 team members, yet we’ve seen contributions from well over 100 developers using Gitcoin. We’d like to see you do the same! Here’s how to leverage a firehose of developer talent to do more, faster. {% endblocktrans %}

diff --git a/app/retail/templates/not_a_token.html b/app/retail/templates/not_a_token.html index e6511bbc20c..0d0f9d6d2e7 100644 --- a/app/retail/templates/not_a_token.html +++ b/app/retail/templates/not_a_token.html @@ -71,7 +71,7 @@

{% trans "There are a number of other options to explo

{% trans "Still have questions about why Gitcoin didn’t launch with a token?" %}

- {% trans "Read More" %} + {% trans "Read More" %}
diff --git a/app/retail/templates/results.html b/app/retail/templates/results.html index e4765679dad..ce013bab612 100644 --- a/app/retail/templates/results.html +++ b/app/retail/templates/results.html @@ -512,7 +512,7 @@

{% trans "TLDR - We're building a Mesh Network

{% trans "Want to learn more about where our little web3 pirate ship is going?" %}

- {% trans "Get Mesh-ey; Read our Vision" %} + {% trans "Get Mesh-ey; Read our Vision" %}
diff --git a/app/retail/templates/shared/what_is_gitcoin.html b/app/retail/templates/shared/what_is_gitcoin.html index 5eacee227f3..78e9a685015 100644 --- a/app/retail/templates/shared/what_is_gitcoin.html +++ b/app/retail/templates/shared/what_is_gitcoin.html @@ -28,7 +28,7 @@

{% trans "A Mission to Grow Open Source." %}

{% blocktrans %}A community for developers to collaborate and monetize their skills while working on Open Source projects through bounties.{% endblocktrans %}

- {% trans "Our Mission" %}

{% trans "No ICO. No Token. No Funny Business." %}

diff --git a/app/retail/views.py b/app/retail/views.py index 66c7b191175..d910b8ea506 100644 --- a/app/retail/views.py +++ b/app/retail/views.py @@ -190,7 +190,7 @@ def index(request): 'alt': 'gitcoin scope' }, { - 'link': 'https://medium.com/gitcoin/commit-reveal-scheme-on-ethereum-25d1d1a25428', + 'link': 'https://gitcoin.co/blog/commit-reveal-scheme-on-ethereum/', 'img': static("v2/images/medium/2.png"), 'title': _('Commit Reveal Scheme on Ethereum'), 'description': _('Hiding Actions and Generating Random Numbers'), @@ -1545,7 +1545,7 @@ def help(request): tutorials = [{ 'img': static('v2/images/help/firehose.jpg'), - 'url': 'https://medium.com/gitcoin/tutorial-leverage-gitcoins-firehose-of-talent-to-do-more-faster-dcd39650fc5', + 'url': 'https://gitcoin.co/blog/tutorial-leverage-gitcoins-firehose-of-talent-to-do-more-faster/', 'title': _('Leverage Gitcoin’s Firehose of Talent to Do More Faster'), }, { 'img': static('v2/images/tools/api.jpg'), diff --git a/docs/README.md b/docs/README.md index 0f110efb62c..32ecc49ee5f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -137,7 +137,7 @@ Advanced Background * [Everything you need to know about Gitcoin](https://medium.com/gitcoin/everything-you-need-to-know-about-gitcoin-fe2e3e292a21) -* [Our Vision: Open Source Money will BUIDL the OSS Ecosystem](https://medium.com/gitcoin/open-source-money-will-buidl-the-open-source-ecosystem-f4169def8748) +* [Our Vision: Open Source Money will BUIDL the OSS Ecosystem](https://gitcoin.co/blog/open-source-money-will-buidl-the-open-source-ecosystem/) Testimonials & Case Studies