Skip to content

Commit

Permalink
Merge pull request #3 from COBREXA/mk-fix-docs
Browse files Browse the repository at this point in the history
fix doc paths
  • Loading branch information
stelmo authored Jan 30, 2024
2 parents 3c98e60 + eb08b5e commit fdaa1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for example in examples
Literate.markdown(
example,
examples_outdir;
repo_root_url = "https://github.com/LCSB-BioCore/COBREXA.jl/blob/master",
repo_root_url = "https://github.com/COBREXA/COBREXA.jl/blob/master",
)
Literate.notebook(example, examples_outdir)
end
Expand Down Expand Up @@ -101,7 +101,7 @@ end

# deploy the result
deploydocs(
repo = "github.com/LCSB-BioCore/COBREXA.jl.git",
repo = "github.com/COBREXA/COBREXA.jl.git",
target = "build",
branch = "gh-pages",
devbranch = "master",
Expand Down

0 comments on commit fdaa1b6

Please sign in to comment.