Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Oracle Jobs/adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: nodes.liquid
date: Last Modified
title: "Core Adapters"
permalink: "docs/adapters/"
permalink: "docs/core-adapters/"
whatsnext: {"Introduction to External Adapters":"/docs/external-adapters/", "Initiators":"/docs/initiators/"}
---
Core adapters are the built-in functionality that every Chainlink node supports. Strung together, they act as tasks that need to be performed to complete a Job.
Expand Down
9 changes: 7 additions & 2 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"redirects": [
{
"source": "/docs",
"source": "/docs/",
"destination": "/",
"type": 301
},
{
"source": "/docs/getting-started",
"source": "/docs/getting-started/",
"destination": "/",
"type": 301
},
Expand All @@ -22,6 +22,11 @@
"source": "/docs/kovan-keeper-network-beta/",
"destination": "/docs/chainlink-keepers/introduction/",
"type": 301
},
{
"source": "/docs/adapters/",
"destination": "/docs/core-adapters/",
"type": 301
}
]
}
Expand Down