From 4d06a0c8b7c3d7b8001b07bf88903a8e6af0c499 Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Sun, 29 Dec 2024 02:04:08 +0530 Subject: [PATCH] Fix: Redirect external links to open in a new tab --- book_source/index.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book_source/index.Rmd b/book_source/index.Rmd index 51eb2e000c6..ccd323921a2 100644 --- a/book_source/index.Rmd +++ b/book_source/index.Rmd @@ -42,11 +42,11 @@ knitr::include_graphics(rep("figures/PecanLogo.png")) -[PEcAn Website](http://pecanproject.github.io/) +[PEcAn Website](http://pecanproject.github.io/){target="_blank" rel="noopener noreferrer"} -[Public Chat Room](https://join.slack.com/t/pecanproject/shared_invite/enQtMzkyODUyMjQyNTgzLWEzOTM1ZjhmYWUxNzYwYzkxMWVlODAyZWQwYjliYzA0MDA0MjE4YmMyOTFhMjYyMjYzN2FjODE4N2Y4YWFhZmQ) +[Public Chat Room](https://join.slack.com/t/pecanproject/shared_invite/enQtMzkyODUyMjQyNTgzLWEzOTM1ZjhmYWUxNzYwYzkxMWVlODAyZWQwYjliYzA0MDA0MjE4YmMyOTFhMjYyMjYzN2FjODE4N2Y4YWFhZmQ){target="_blank" rel="noopener noreferrer"} -[Github Repository](https://github.com/PecanProject/pecan) +[Github Repository](https://github.com/PecanProject/pecan){target="_blank" rel="noopener noreferrer"}