Skip to content

Commit

Permalink
Update stylesheet link to use Zalando Tech Radar's raw CSS (#375)
Browse files Browse the repository at this point in the history
* Update stylesheet link to use Zalando Tech Radar's raw CSS

* Update index.html
  • Loading branch information
dami-moj authored Oct 11, 2024
1 parent ded8308 commit 853ed34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tech_radar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
<link rel="shortcut icon" href="favicon.ico">

<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/moj-analytical-services/[email protected]/docs/radar.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/moj-analytical-services/tech-radar@master/docs/radar.css">

<script src="https://cdn.jsdelivr.net/gh/zalando/tech-radar@master/docs/release/radar-0.9.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/zalando/tech-radar@696b599/docs/radar.css">

</head>

<body>
Expand Down

0 comments on commit 853ed34

Please sign in to comment.