Skip to content

Commit c8985b0

Browse files
authored
Merge pull request #4746 from telefonicaid/fix-badges
FIX badges
2 parents 1e474f6 + ee3007b commit c8985b0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- Documentation badge line is processed by release.sh. Thus, if the structure of the URL changes,
44
release.sh needs to be changed also -->
55

6-
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
6+
[![FIWARE Core Context Management](https://fiware.github.io/catalogue/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
77
[![License badge](https://img.shields.io/github/license/telefonicaid/fiware-orion.svg)](https://opensource.org/licenses/AGPL-3.0)
88
[![Quay badge](https://img.shields.io/badge/quay.io-fiware%2Forion-grey?logo=red%20hat&labelColor=EE0000)](https://quay.io/repository/fiware/orion)
99
[![Docker badge](https://img.shields.io/badge/docker-telefonicaiot%2Ffiware--orion-blue?logo=docker)](https://registry.hub.docker.com/r/telefonicaiot/fiware-orion)
@@ -14,7 +14,7 @@
1414
![Compliance Tests](https://github.com/telefonicaid/fiware-orion/workflows/Compliance%20Tests/badge.svg)
1515
![Unit Tests](https://github.com/telefonicaid/fiware-orion/workflows/Unit%20Tests/badge.svg)
1616
![Functional Tests](https://github.com/telefonicaid/fiware-orion/workflows/Functional%20Tests/badge.svg)
17-
![Status](https://nexus.lab.fiware.org/static/badges/statuses/orion.svg)
17+
![Status](https://fiware.github.io/catalogue/badges/statuses/status-full.svg)
1818
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4520/badge)](https://bestpractices.coreinfrastructure.org/projects/4520)
1919

2020
The Orion Context Broker is an implementation of the Publish/Subscribe Context

doc/manuals.jp/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Orion Context Broker へようこそ
22

3-
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
4-
[![SOF support badge](https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/orion.svg)](http://stackoverflow.com/questions/tagged/fiware-orion)
3+
[![FIWARE Core Context Management](https://fiware.github.io/catalogue/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
4+
[![SOF support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
55

66
Orion は、FIWARE プラットフォームの一部として開発された NGSIv2 REST API バインディングの C++ 実装です。
77

doc/manuals/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to Orion Context Broker.
22

3-
[![FIWARE Core Context Management](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
3+
[![FIWARE Core Context Management](https://fiware.github.io/catalogue/badges/chapters/core.svg)](https://www.fiware.org/developers/catalogue/)
44
[![SOF support badge](https://img.shields.io/badge/tag-fiware--orion-orange.svg?logo=stackoverflow)](http://stackoverflow.com/questions/tagged/fiware-orion)
55

66
Orion is a C++ implementation of the NGSIv2 REST API binding developed as a part of the FIWARE platform.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edit_uri: edit/master/doc/manuals
88
markdown_extensions: [toc,fenced_code]
99
use_directory_urls: false
1010
theme: readthedocs
11-
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_core.css"]
11+
extra_css: ["https://fiware.github.io/catalogue/style/fiware_readthedocs.css", "https://fiware.github.io/catalogue/style/fiware_readthedocs_core.css"]
1212
google_analytics: ['UA-83236805-1', 'fiware-orion.readthedocs.io']
1313
nav:
1414
- Home: index.md

0 commit comments

Comments
 (0)