diff --git a/docs/manuscripts/authoring/jupyterlab.qmd b/docs/manuscripts/authoring/jupyterlab.qmd index d31fa939a..98f131565 100644 --- a/docs/manuscripts/authoring/jupyterlab.qmd +++ b/docs/manuscripts/authoring/jupyterlab.qmd @@ -3,7 +3,7 @@ title: "Authoring Manuscripts" tool: name: "Jupyter Lab" article-file: "index.ipynb" - template-repo: "https://github.com/cwickham/manuscript-template-jupyter" + template-repo: "https://github.com/quarto-ext/manuscript-template-jupyter" is_jupyterlab: true is_rstudio: false is_vscode: false diff --git a/docs/manuscripts/authoring/rstudio.qmd b/docs/manuscripts/authoring/rstudio.qmd index 8d3b8d605..1ae9f832b 100644 --- a/docs/manuscripts/authoring/rstudio.qmd +++ b/docs/manuscripts/authoring/rstudio.qmd @@ -2,7 +2,7 @@ title: "Authoring Manuscripts" tool: name: "RStudio" - template-repo: "https://github.com/cwickham/manuscript-template-rstudio" + template-repo: "https://github.com/quarto-ext/manuscript-template-rstudio" article-file: "index.qmd" notebook-file: "explore-earthquakes.qmd" is_jupyterlab: false diff --git a/docs/manuscripts/authoring/vscode.qmd b/docs/manuscripts/authoring/vscode.qmd index 3df66e95f..ef272414f 100644 --- a/docs/manuscripts/authoring/vscode.qmd +++ b/docs/manuscripts/authoring/vscode.qmd @@ -4,7 +4,7 @@ tool: name: "VS Code" article-file: "index.qmd" notebook-file: "data-screening.qmd" - template-repo: "https://github.com/cwickham/manuscript-template-vscode" + template-repo: "https://github.com/quarto-ext/manuscript-template-vscode" is_jupyterlab: false is_rstudio: false is_vscode: true diff --git a/docs/manuscripts/index.qmd b/docs/manuscripts/index.qmd index c6b0e9713..d311c58c3 100644 --- a/docs/manuscripts/index.qmd +++ b/docs/manuscripts/index.qmd @@ -24,7 +24,7 @@ Quarto manuscript projects provide a framework for writing and publishing schola * Produce manuscripts in multiple formats (including LaTeX or MS Word formats required by journals), and give readers easy access to all of the formats through a manuscript website. -The output of a Quarto manuscript is a website ([live example](https://cwickham.github.io/manuscript-template-jupyter/)). The article itself appears as the content of the website, and can include all the elements common to scholarly writing like figures, tables, equations, cross references and citations. The website also makes available other formats (e.g. PDF, Docx) as well as links to all of the computations used to create the article. +The output of a Quarto manuscript is a website ([live example](https://quarto-ext.github.io/manuscript-template-jupyter/)). The article itself appears as the content of the website, and can include all the elements common to scholarly writing like figures, tables, equations, cross references and citations. The website also makes available other formats (e.g. PDF, Docx) as well as links to all of the computations used to create the article. ::: {layout="[[3,1]]"}