1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

Changed URL label

This commit is contained in:
eldadfux 2019-09-06 14:19:25 +03:00
parent 6679ec4f57
commit fa510ac59b

View file

@ -362,8 +362,7 @@ $providers = $this->getParam('providers', []);
</span>
</span>
<p class="margin-bottom-no margin-top-small text-one-liner">
<a href="<?php echo $data['developers']; ?>" target="_blank" rel="noopener">Learn More<i class="icon-link-ext"></i></a> &nbsp;
<a href="<?php echo $data['developers']; ?>" target="_blank" rel="noopener">Developer Docs<i class="icon-link-ext"></i></a>
<a href="<?php echo $data['developers']; ?>" target="_blank" rel="noopener">OAuth Developer Docs<i class="icon-link-ext"></i></a>
</p>
</li>
<?php endforeach; ?>