Skip to content

Commit 7dd5840

Browse files
authored
fix /pythnet-price-feeds/hermes broken link (#296)
1 parent fa67543 commit 7dd5840

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

next.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ const permanentRedirectArray = [
6565
],
6666
[
6767
"/documentation/pythnet-price-feeds/hermes",
68-
"/price-feeds/pythnet-price-feeds/hermes",
68+
"/price-feeds/how-pyth-works/hermes",
6969
],
70+
["/pythnet-price-feeds/hermes", "/price-feeds/how-pyth-works/hermes"],
7071
[
7172
"/documentation/pythnet-price-feeds/scheduler",
7273
"/price-feeds/schedule-price-updates/using-scheduler",

0 commit comments

Comments
 (0)