Skip to content

Commit

Permalink
Fix dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck committed Oct 28, 2019
1 parent 7495960 commit 086ba91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions basic-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This quickstart can be deployed quickly using Ansible. Here are the steps.
$ ansible-playbook -i ./.applier/ galaxy/openshift-applier/playbooks/openshift-cluster-seed.yml
```

At this point you should have 4 projects created (`basic-nginx-build`, `basic-nginx-dev`, `basic-nginx-stage`, and `basic-nginx-prod`) with a pipeline in the `-build` project, and our [Nginx](https://github.com/redhat-cop/basic-nginx) demo app deployed to the dev/stage/prod projects.
At this point you should have 4 projects created (`basic-nginx-build`, `basic-nginx-dev`, `basic-nginx-stage`, and `basic-nginx-prod`) with a pipeline in the `-build` project, and our [Nginx](../basic-nginx) demo app deployed to the dev/stage/prod projects.

## Architecture

Expand Down Expand Up @@ -55,7 +55,7 @@ This project includes a sample `Jenkinsfile` pipeline script that could be inclu
* The project is built with Maven
* The OpenShift projects that represent the Application's lifecycle stages are of the naming format: `<app-name>-dev`, `<app-name>-stage`, `<app-name>-prod`.

This pipeline defaults to use our [Nginx Demo App](https://github.com/redhat-cop/basic-nginx).
This pipeline defaults to use our [Nginx Demo App](../basic-nginx).

## Bill of Materials

Expand Down
1 change: 0 additions & 1 deletion cucumber-selenium-grid/angularjs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Articles and guides from the community:

* [Code School AngularJS course](https://www.codeschool.com/courses/shaping-up-with-angular-js)
* [5 Awesome AngularJS Features](http://net.tutsplus.com/tutorials/javascript-ajax/5-awesome-angularjs-features)
* [Using Yeoman with AngularJS](http://briantford.com/blog/angular-yeoman.html)
* [me&ngular - an introduction to MVW](http://stephenplusplus.github.io/meangular)

Get help from other AngularJS users:
Expand Down

0 comments on commit 086ba91

Please sign in to comment.