From 1020df37c1b6ff880c60f2c17315719e1d5f0e74 Mon Sep 17 00:00:00 2001 From: bvdmitri Date: Wed, 10 Jan 2024 20:37:14 +0100 Subject: [PATCH] Replace links to the new organization --- README.md | 4 ++-- config.toml | 32 ++++++++++++++++---------------- content/_index.md | 10 +++++----- content/contact.md | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 71156e2..4ce6165 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # RxInfer Website -This repository contains all the content necessary for proper rendering of the [RxInfer](https://github.com/biaslab/RxInfer.jl) package website. +This repository contains all the content necessary for proper rendering of the [RxInfer](https://github.com/reactivebayes/RxInfer.jl) package website. # Installation @@ -14,7 +14,7 @@ Please install Hugo **v0.105.0+extended** or newer. Note also that the build req 1. Clone this repository and step into the directory: - git clone git@github.com:biaslab/rxinfer-website.git + git clone git@github.com:reactivebayes/rxinfer-website.git cd ./rxinfer-website 2. Initialise the theme git submodule: diff --git a/config.toml b/config.toml index eb8e7a8..c1b50de 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ theme = "bigspring-light" -baseURL = 'https://biaslab.github.io/rxinfer-website/' +baseURL = 'https://reactivebayes.github.io/rxinfer-website/' languageCode = "en" languageName = "English" title = 'RxInfer.jl' @@ -10,8 +10,8 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu logo = "images/rxinfer.svg" favicon = "images/favicon.svg" logo_width = 100 - author = "BIASlab" - copyright = "© BIASlab, 2022-2023, Powered by **[Hugo](https://github.com/biaslab/rxinfer-website/)**" + author = "BIASlab, ReactiveBayes" + copyright = "© BIASlab, 2022-2024, ReactiveBayes 2024-present, Powered by **[Hugo](https://github.com/reactivebayes/rxinfer-website/)**" footer_menu_left = "Ecosystem" footer_menu_middle = "Supported by" footer_content = "Follow Us" @@ -27,33 +27,33 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu [[params.social]] icon = "fab fa-github" - link = "//github.com/biaslab/rxinfer.jl" + link = "//github.com/reactivebayes/rxinfer.jl" [[params.social]] icon = "fas fa-diagram-project" - link = "//biaslab.github.io/" + link = "//reactivebayes.github.io/" [author] - name = "BIASlab" + name = "ReactiveBayes" email = "" - link = "https://biaslab.github.io/" + link = "https://reactivebayes.github.io/" [menu] [[menu.footer_left]] name = "Rocket.jl" - url = "https://github.com/biaslab/Rocket.jl" + url = "https://github.com/reactivebayes/Rocket.jl" weight = 1 [[menu.footer_left]] name = "ReactiveMP.jl" - url = "https://github.com/biaslab/ReactiveMP.jl" + url = "https://github.com/reactivebayes/ReactiveMP.jl" weight = 2 [[menu.footer_left]] name = "GraphPPL.jl" - url = "https://github.com/biaslab/GraphPPL.jl" + url = "https://github.com/reactivebayes/GraphPPL.jl" weight = 3 [[menu.footer_middle]] @@ -83,13 +83,13 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu [[menu.main]] name = "Get Started" - url = "https://biaslab.github.io/RxInfer.jl/stable/manuals/getting-started/" + url = "https://reactivebayes.github.io/RxInfer.jl/stable/manuals/getting-started/" weight = 1 [[menu.main]] name = "Documentation" pre = "" - url = "https://biaslab.github.io/RxInfer.jl/stable/" + url = "https://reactivebayes.github.io/RxInfer.jl/stable/" weight = 2 # [[menu.main]] @@ -100,20 +100,20 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu [[menu.main]] name = "Examples" - url = "https://biaslab.github.io/RxInfer.jl/stable/examples/overview/" + url = "https://reactivebayes.github.io/RxInfer.jl/stable/examples/overview/" weight = 3 [[menu.main]] name = "Team" pre = "" weight = 5 - url = "https://github.com/biaslab/RxInfer.jl/graphs/contributors" + url = "https://github.com/reactivebayes/RxInfer.jl/graphs/contributors" [[menu.main]] name = "Discussions" pre = "" weight = 5 - url = "https://github.com/biaslab/RxInfer.jl/discussions" + url = "https://github.com/reactivebayes/RxInfer.jl/discussions" # url = "/team" [[menu.main]] @@ -125,7 +125,7 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu [[menu.main]] name = "GitHub" pre = "fab fa-github" - url = "https://github.com/biaslab/RxInfer.jl" + url = "https://github.com/reactivebayes/RxInfer.jl" weight = 7 [markup] diff --git a/content/_index.md b/content/_index.md index 3543c77..bdfcce3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -85,7 +85,7 @@ service: button: enable : true label : "Get started now" - link : "https://biaslab.github.io/RxInfer.jl/stable/manuals/getting-started/" + link : "https://reactivebayes.github.io/RxInfer.jl/stable/manuals/getting-started/" # service item loop - title : "RxInfer is fast" @@ -95,7 +95,7 @@ service: button: enable : true label : "Check out some examples" - link : "https://biaslab.github.io/RxInfer.jl/stable/examples/overview/" + link : "https://reactivebayes.github.io/RxInfer.jl/stable/examples/overview/" # service item loop - title: "Solve complex problems" @@ -162,18 +162,18 @@ ecosystem: # ecosystem item loop - name : "Rocket.jl" icon : "fas fa-rocket" - link: "https://github.com/biaslab/Rocket.jl" + link: "https://github.com/reactivebayes/Rocket.jl" content : "Enables reactive programming in Julia for processing of asynchronous data streams." # ecosystem item loop - name : "ReactiveMP.jl" icon : "fas fa-envelope" - link: "https://github.com/biaslab/ReactiveMP.jl" + link: "https://github.com/reactivebayes/ReactiveMP.jl" content : "Efficient, easily extensible and schedule-free reactive message passing-based inference engine." # ecosystem item loop - name : "GraphPPL.jl" icon : "fas fa-diagram-project" - link: "https://github.com/biaslab/GraphPPL.jl" + link: "https://github.com/reactivebayes/GraphPPL.jl" content : "Powerful, user-friendly, graph-based specification of both model and inference constraints." --- \ No newline at end of file diff --git a/content/contact.md b/content/contact.md index d7e255b..7569b69 100644 --- a/content/contact.md +++ b/content/contact.md @@ -17,7 +17,7 @@ contacts: - name : "GitHub" logo : "fab fa-github" - url : "https://github.com/biaslab/RxInfer.jl/discussions" + url : "https://github.com/reactivebayes/RxInfer.jl/discussions" emailform: enable: false