Skip to content

Commit

Permalink
Update formula docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE committed Mar 4, 2023
1 parent 21103c9 commit fdb8f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/urls.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const API_URL = 'http://localhost:8000';
export const DOCUMENTATION_URL = 'https://docs.quadratichq.com';
export const DOCUMENTATION_PYTHON_URL = `${DOCUMENTATION_URL}/reference/python-cell-reference`;
export const DOCUMENTATION_FORMULAS_URL = `${DOCUMENTATION_URL}`; // TODO
export const DOCUMENTATION_FORMULAS_URL = `${DOCUMENTATION_URL}/formulas`;
export const BUG_REPORT_URL = 'https://github.com/quadratichq/quadratic/issues';

0 comments on commit fdb8f3b

Please sign in to comment.