Skip to content

Commit e3cbc24

Browse files
committed
try to fix load css and update badge
1 parent e14c9a9 commit e3cbc24

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The DevOps Maturity Specification
22

3-
[![DevOps Maturity](https://img.shields.io/badge/Conventional%20Branch-1.0.0-blue)](https://github.com/devops-maturity/devops-maturity)
4-
![Website](https://img.shields.io/website?url=https%3A%2F%2Fconventional-branch.github.io%2F)
3+
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
4+
![Website](https://img.shields.io/website?url=https%3A%2F%2Fdevops-maturity.github.io%2Fspecification)
55

66
The DevOps Maturity specification is standardized to assess the maturity of DevOps practices. It is a set of questions and answers to help you measure and improve your DevOps maturity.
77

@@ -14,7 +14,7 @@ If you find this useful, consider giving it a ⭐️ on [GitHub](https://github.
1414
Let others know your project follows the DevOps Maturity spec. Add this badge to your repository README:
1515

1616
```markdown
17-
[![DevOps Maturity](https://img.shields.io/badge/Conventional%20Branch-1.0.0-blue)](https://github.com/devops-maturity/specification)
17+
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
1818
```
1919

2020
## 🙏 Acknowledgments

content/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ The DevOps Maturity specification was inspired by [Conventional Branch](https://
1919
* [ZeusAutomacao/DFe.NET](https://github.com/ZeusAutomacao/DFe.NET): Biblioteca em C# para emissão e impressão de NFe, NFCe, MDF-e e CT-e.
2020
* _[... and more projects using DevOps Maturity](https://github.com/search?q=devops-maturity.github.io&type=code&p=1)._
2121

22-
[![DevOps Maturity](https://img.shields.io/badge/Conventional%20Branch-1.0.0-blue)](https://github.com/devops-maturity/devops-maturity)
22+
[![DevOps Maturity](https://img.shields.io/badge/DevOps%20Maturity%20Specification-1.0.0-yellow)](https://github.com/devops-maturity/devops-maturity)
2323

2424
_Want your project on this list?_ [send a pull request](https://github.com/devops-maturity/devops-maturity/pulls).

themes/devops-maturity/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
gtag('config', 'G-RH9YBHW509');
1010
</script>
1111

12-
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/style.css">
12+
<link rel="stylesheet" href="/css/style.css">
1313

1414
<title>{{ .Param "Title" }}</title>
1515
<meta name="description" content="{{ .Param "Description" }}"/>

0 commit comments

Comments
 (0)