Skip to content

Commit b7625cf

Browse files
committed
fix: links
1 parent b9d737f commit b7625cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Deploy to GitHub Pages](https://github.com/MPUSP/mpusp.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/MPUSP/mpusp.github.io/actions/workflows/deploy.yml)
44
[![GitHub last commit](https://img.shields.io/github/last-commit/MPUSP/mpusp-github-io)](https://github.com/MPUSP/mpusp.github.io/actions/workflows/deploy.yml)
55

6-
A homepage for the bioinformatic platform of the Max-Planck-Unit for the Science of Pathogens ([MPUSP](mpusp.mpg.de)).
6+
A homepage for the bioinformatic platform of the Max-Planck-Unit for the Science of Pathogens ([MPUSP](www.mpusp.mpg.de)).
77
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
88
All data to render the less-static parts of the website (repo and user stats) are retrieved from Github using API requests.
99
The website is automatically updated and built once per week, and on pull requests to the `main` branch.

docs/projects/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Our main objective is the support of all members of MPUSP as well as our collabo
1919
## Core competences
2020

2121
- Data acquisition: study and experimental design, analysis strategies, data transfer and stoprage
22-
- Data quality control (QC): We provide our institute and the public with a range of [data processing workflows](/workflows), all of them featuring rich quality control (QC) functions
22+
- Data quality control (QC): We provide our institute and the public with a range of [data processing workflows](/docs/workflows/workflow_overview), all of them featuring rich quality control (QC) functions
2323
- Data analysis and visualization: One of our most important tasks; We handle primarily short and long read sequencing data for all types of genomics and transcriptomics. Many of our workflows are specially suited for microbial data.
2424
- Data deposition and sharing: We strive to annotate and deposit all relevant biological data on free and publicly accessible platforms, such as ENA (European Nucleotide Archive) or NCBI's SRA service.
2525
- Reproducible workflows: We deposit all of our scientific tools and workflows on (https://github.com/MPUSP), with a growing number of repositories being public and freely available under the MIT license.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const config = {
8181
},
8282
{ to: "/blog", label: "News", position: "left" },
8383
{
84-
href: "https://mpusp.mpg.de",
84+
href: "https://www.mpusp.mpg.de",
8585
label: "MPUSP",
8686
position: "right",
8787
},

0 commit comments

Comments
 (0)