Skip to content

Commit

Permalink
Merge pull request #16 from egli/patch-1
Browse files Browse the repository at this point in the history
Fix link in doc string
  • Loading branch information
jcrossley3 committed Mar 25, 2015
2 parents 79e574d + 4c10ab7 commit be9b43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactions/src/immutant/transactions/scope.clj
Expand Up @@ -14,7 +14,7 @@

(ns immutant.transactions.scope
"Macros that control transaction scope, analagous to
[JEE transaction attributes](http://docs.oracle.com/javaee/7/tutorial/doc/transactions003.htm)"
[JEE transaction attributes](https://docs.oracle.com/javaee/7/tutorial/transactions003.htm)"
(:require [immutant.transactions :refer (tx)]))

(defmacro required
Expand Down

0 comments on commit be9b43a

Please sign in to comment.