aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/search.html
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/templates/search.html')
-rw-r--r--youtube/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/search.html b/youtube/templates/search.html
index 4238d70..7f8ad26 100644
--- a/youtube/templates/search.html
+++ b/youtube/templates/search.html
@@ -28,7 +28,7 @@
<!-- /video item -->
<footer class="pagination-container">
<nav class="pagination-list">
- {{ common_elements.page_buttons(estimated_pages, '/https://www.youtube.com/search', parameters_dictionary) }}
+ {{ common_elements.page_buttons(estimated_pages, '/https://www.youtube.com/results', parameters_dictionary) }}
</nav>
</footer>
{% endblock main %}