From e2a6149a93e64530f3db48379de2d36010ac9c60 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Mon, 17 Aug 2015 13:29:41 +0900 Subject: [PATCH] Update auto_update.md --- doc/auto_update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/auto_update.md b/doc/auto_update.md index 83aa711ca..ef1e1f7f5 100644 --- a/doc/auto_update.md +++ b/doc/auto_update.md @@ -2,7 +2,7 @@ Automatic Schema Updating ======== GitBucket uses H2 database to manage project and account data. GitBucket updates database schema automatically in the first run after the upgrading. -To release a new version of GitBucket, add the version definition to the [servlet.AutoUpdate](https://github.com/takezoe/gitbucket/blob/master/src/main/scala/servlet/AutoUpdateListener.scala) at first. +To release a new version of GitBucket, add the version definition to the [gitbucket.core.servlet.AutoUpdate](https://github.com/takezoe/gitbucket/blob/master/src/main/scala/gitbucket/core/servlet/AutoUpdate.scala) at first. ```scala object AutoUpdate {