We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de33edd commit 5e3607dCopy full SHA for 5e3607d
search/buildIndex.js
@@ -5,7 +5,7 @@ const buildAlgolia = require("./buildAlgolia");
5
require("dotenv").config();
6
7
// This assumes the version of the spec in data/ is the current version
8
-const spec = require("../static/src/api/docs/v4/spec.json");
+const spec = require("../static/api/docs/v4/spec.json");
9
10
const BASE_URL = "https://developers.linode.com/api/v4/";
11
0 commit comments