Skip to content

Commit

Permalink
Fix URL to valid categories
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Feb 26, 2024
1 parent 8c42af2 commit 569d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index-masterclasses/index-masterclasses.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const algoliasearch = require('algoliasearch');
const yaml = require('js-yaml');

const INVITE_LINK_BASE = 'https://play.instruqt.com/redpanda/invite/'
const VALID_CATEGORIES_URL = 'https://raw.githubusercontent.com/redanda-data/docs/shared/modules/ROOT/partials/valid-categories.yml'
const VALID_CATEGORIES_URL = 'https://raw.githubusercontent.com/redpanda-data/docs/shared/modules/ROOT/partials/valid-categories.yml'
const ALGOLIA_APP_ID = process.env.ALGOLIA_APP_ID;
const ALGOLIA_ADMIN_API_KEY = process.env.ALGOLIA_ADMIN_API_KEY;
const ALGOLIA_INDEX_NAME = process.env.ALGOLIA_INDEX_NAME;
Expand Down

0 comments on commit 569d9d9

Please sign in to comment.