Skip to content

Commit

Permalink
fix links on modules/index.html (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsut authored Sep 29, 2021
1 parent 7707e54 commit f1aecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Prebid.org highly recommends that publishers utilize the following modules:
<tbody>
{% for page in module_pages %}{% if page.recommended == true %}
<tr>
<td><a href="/dev-docs/modules/{{page.module_code}}.html"><strong>{{page.display_name}}</strong></a></td>
<td><a href="{{page.url}}"><strong>{{page.display_name}}</strong></a></td>
<td>{{page.description}}</td>
</tr>
{% endif %}{% endfor %}
Expand Down

0 comments on commit f1aecb6

Please sign in to comment.