Modfiying links to glossary in notebook files
[swc-sql.git] / sql / novice / 06-agg.ipynb
index 551f9f1f78891986b90d741e1a421187a94e9551..8c9ba69181fdac7644edea32a7fdf72d1b886928 100644 (file)
@@ -71,7 +71,7 @@
      "metadata": {},
      "source": [
       "but to combine them,\n",
-      "wee must use an [aggregation function](../gloss.html#aggregation-function)\n",
+      "wee must use an [aggregation function](../../gloss.html#aggregation-function)\n",
       "such as `min` or `max`.\n",
       "Each of these functions takes a set of records as input,\n",
       "and produces a single record as output:"