Skip to content

Commit

Permalink
Fix dev URLs FOLIO-1179
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Apr 16, 2018
1 parent d958837 commit e9cd975
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contribution guidelines

Guidelines for Contributing Code:
[dev.folio.org/community/contrib-code](http://dev.folio.org/community/contrib-code)
[dev.folio.org/guidelines/contributing](https://dev.folio.org/guidelines/contributing)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Stripes is a toolkit for building single-page web applications that FOLIO UI mod
## Additional information

See project [STRPCORE](https://issues.folio.org/browse/STRPCORE)
at the [FOLIO issue tracker](http://dev.folio.org/community/guide-issues).
at the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker/).

Other FOLIO Developer documentation is at [dev.folio.org](http://dev.folio.org/)
Other FOLIO Developer documentation is at [dev.folio.org](https://dev.folio.org/)
4 changes: 2 additions & 2 deletions doc/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NOTE. This document is subject to revision.
## Version numbers, branches and tags

The libraries that make up Stripes adhere to [the FOLIO
version-numbering scheme](http://dev.folio.org/community/contrib-code#version-numbers), which is essentially identical to [Semantic Versioning](http://semver.org/). All releases are tagged in git.
version-numbering scheme](https://dev.folio.org/guidelines/contributing/#version-numbers), which is essentially identical to [Semantic Versioning](http://semver.org/). All releases are tagged in git.

Each release is tagged with a name beginning with `v` and followed by the version number -- for example, `v2.3.5`.

Expand Down Expand Up @@ -82,7 +82,7 @@ Update dependant packages when needed to allow CI to pick up the pre-release ver

## Notes on testing

XXX to be done. See http://dev.folio.org/doc/automation
XXX to be done. See https://dev.folio.org/guides/automation

## Publishing to NPM via Jenkins

Expand Down

0 comments on commit e9cd975

Please sign in to comment.