Skip to content

Commit 5e3607d

Browse files
author
Alban Bailly
committed
fix algolia path
1 parent de33edd commit 5e3607d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/buildIndex.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const buildAlgolia = require("./buildAlgolia");
55
require("dotenv").config();
66

77
// This assumes the version of the spec in data/ is the current version
8-
const spec = require("../static/src/api/docs/v4/spec.json");
8+
const spec = require("../static/api/docs/v4/spec.json");
99

1010
const BASE_URL = "https://developers.linode.com/api/v4/";
1111

0 commit comments

Comments
 (0)