Skip to content

Commit

Permalink
Switching out all bitbucket references for github ones
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jun 5, 2015
1 parent fe6cd1d commit 0280260
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lucee documentation source and builder

[![Build Status](https://drone.io/bitbucket.org/lucee/documentation/status.png)](https://drone.io/bitbucket.org/lucee/documentation/latest)
[![Build Status](https://travis-ci.org/lucee/lucee-docs.svg?branch=master)](https://travis-ci.org/lucee/lucee-docs)

This repository contains the source and build scripts for creating Lucee's documentation. The website output of the docs can be found at [http://docs.lucee.org](http://docs.lucee.org).

Expand Down
3 changes: 2 additions & 1 deletion api/build/BuildProperties.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ component accessors=true {
// property name="tagReferenceUrl" default="https://bitbucket.org/lucee/lucee/raw/a6b37ad6463707576ec03f03e1a3493f1e366a12/lucee-java/lucee-core/src/resource/tld/web-cfmtaglibrary_1_0";
property name="functionReferenceUrl" default="#cwd#funclib.xml";
property name="tagReferenceUrl" default="#cwd#taglib.xml";
property name="editSourceLink" default="https://bitbucket.org/lucee/documentation/src/master{path}";

property name="editSourceLink" default="https://github.com/lucee/lucee-docs/edit/master{path}";
property name="dashBuildNumber" default="1.0.2";
property name="dashDownloadUrl" default="http://docs.lucee.org/dash/lucee.tgz";
}
2 changes: 1 addition & 1 deletion builders/html/layouts/main.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<a href="http://lucee.org"><span class="fa fa-fw fa-globe"></span>Lucee Website</a>
</li>
<li>
<a href="https://bitbucket.org/lucee/lucee"><span class="fa fa-fw fa-bitbucket"></span>Source repository</a>
<a href="https://github.com/lucee/lucee-docs"><span class="fa fa-fw fa-github"></span>Source repository</a>
</li>
<li>
<a href="http://javadoc.lucee.org"><span class="fa fa-fw fa-code"></span>JavaDocs</a>
Expand Down
2 changes: 0 additions & 2 deletions builds/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion docs/06.docs/01.content/01.structure/page.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Documentation structure
id: docs-structure
---

All of the source files for this documentation can be found in the `/docs` folder of the public repository; i.e. [https://bitbucket.org/lucee/documentation/src/master/docs/](https://bitbucket.org/lucee/documentation/src/master/docs/).
All of the source files for this documentation can be found in the `/docs` folder of the public repository; i.e. [https://github.com/lucee/lucee-docs/tree/master/docs](https://github.com/lucee/lucee-docs/tree/master/docs).

The content is organised by a very simple system of folders and markdown files.

Expand Down
2 changes: 1 addition & 1 deletion docs/06.docs/01.content/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The contents of the Lucee documentation is our number one priority. This chapter

The documentation system is largely based on the [Grav](http://getgrav.org) static CMS. This system uses folders to represent pages, and markdown files within those folders to provide the page content.

All of the source files for this documentation can be found in the `/docs` folder of the public repository; i.e. [https://bitbucket.org/lucee/documentation/src/master/docs/](https://bitbucket.org/lucee/documentation/src/master/docs/)
All of the source files for this documentation can be found in the `/docs` folder of the public repository; i.e. [https://github.com/lucee/lucee-docs/tree/master/docs](https://github.com/lucee/lucee-docs/tree/master/docs)

For more information on how the folder structure and various page types work, see [[docs-structure]].

Expand Down
2 changes: 1 addition & 1 deletion docs/06.docs/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Good documentation is at the heart of all successful open source projects. With

## Contributing

This documentation is built from an open source repository that is open to all to contribute. The repository can be found under the official Lucee team's BitBucket account at [https://bitbucket.org/lucee/documentation/](https://bitbucket.org/lucee/documentation/).
This documentation is built from an open source repository that is open to all to contribute. The repository can be found under the official Lucee team's BitBucket account at [https://github.com/lucee/lucee-docs](https://github.com/lucee/lucee-docs).

You'll find information on ways in which you can contribute in the [[docs-content]] and [[docs-build]] sections. However, if you're ever in doubt, we encourage you to use the [issue tracker](https://luceeserver.atlassian.net/projects/LD) and [community forums](http://lucee.org/get-involved.html) to help get you started or discuss your ideas.

Expand Down

0 comments on commit 0280260

Please sign in to comment.