Skip to content

Commit 13afece

Browse files
authored
docs: Use https for youtube and github links (#53)
1 parent 9172624 commit 13afece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Semi complex pipeline:
2828

2929
See a live demonstration from a Jenkins Contributor Summit:
3030

31-
[![Demo of Pipeline Graph View plugin](http://img.youtube.com/vi/MBI3MBY2eJ8/0.jpg)](http://www.youtube.com/watch?v=MBI3MBY2eJ8&t=3295 "Pipeline Graph View plugin")
31+
[![Demo of Pipeline Graph View plugin](https://img.youtube.com/vi/MBI3MBY2eJ8/0.jpg)](https://www.youtube.com/watch?v=MBI3MBY2eJ8&t=3295 "Pipeline Graph View plugin")
3232

3333
## Vision
3434

@@ -37,7 +37,7 @@ This plugin aims to bring the best of Blue Ocean into the regular Jenkins UI.
3737
That means functionality like:
3838

3939
* [x] Pipeline graph
40-
* [ ] Summary of runs in a job (like [Pipeline Stage View Plugin](http://github.com/jenkinsci/pipeline-stage-view-plugin/), but simpler, more modern and more performant)
40+
* [ ] Summary of runs in a job (like [Pipeline Stage View Plugin](https://github.com/jenkinsci/pipeline-stage-view-plugin/), but simpler, more modern and more performant)
4141
* [ ] Modern logs viewing
4242

4343
The plugin should be lightweight, using or providing extension points where possible rather than building everything into one plugin.

0 commit comments

Comments
 (0)