Skip to content

Commit

Permalink
Doc: update urls to point to 7.2-release branch (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
1chandu authored and tsherif committed Aug 9, 2019
1 parent 7c394d3 commit 3324e6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For some powerful examples of what can be achieved with luma.gl, take a look at

We share information about the direction of luma.gl in the following ways:

* **[RFCs](https://github.com/uber/luma.gl/tree/7.1-release/dev-docs/RFCs)** - RFCs are technical writeups that describe proposed features in upcoming releases.
* **[RFCs](https://github.com/uber/luma.gl/tree/7.2-release/dev-docs/RFCs)** - RFCs are technical writeups that describe proposed features in upcoming releases.
* **[Roadmap Document](https://luma.gl/#/documentation/overview/roadmap)** - (this document) A high-level summary of our current direction for future releases.
* **[Blog](https://medium.com/@vis.gl)** - We use the vis.gl blog to share information about what we are doing.
* **[Github Issues](https://github.com/uber/luma.gl/issues)** - The traditional way to start or join a discussion.
2 changes: 1 addition & 1 deletion docs/get-started/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This will start a local development server and open the page in your browser. Th

Note that luma.gl's `master` branch is its development branch and is often in flux. To ensure you're working with stable code, simply check out one of the release branches, e.g.

`git checkout 7.1-release`
`git checkout 7.2-release`

To see all available release branches:

Expand Down
2 changes: 1 addition & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Uniforms are now cached at `Program` object, which improves performance by elimi

### Offscreen Rendering (Experimental)

A new experimental class `AnimationLoopProxy` supports running an `AnimationLoop` on a worker thread using the `OffscreenCanvas` API made official in Chrome 70. For more detatils, see [API documentation](/docs/api-reference/core/animation-loop-proxy.md) and [example app](https://github.com/uber/luma.gl/tree/7.1-release/examples/wip/worker).
A new experimental class `AnimationLoopProxy` supports running an `AnimationLoop` on a worker thread using the `OffscreenCanvas` API made official in Chrome 70. For more detatils, see [API documentation](/docs/api-reference/core/animation-loop-proxy.md) and [example app](https://github.com/uber/luma.gl/tree/7.2-release/test/apps/wip/worker).


## Version 6.2
Expand Down
4 changes: 2 additions & 2 deletions website/contents/pages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const GITHUB_TREE = 'https://github.com/uber/luma.gl/tree/7.1-release';
const RAW_GITHUB = 'https://raw.githubusercontent.com/uber/luma.gl/7.1-release';
const GITHUB_TREE = 'https://github.com/uber/luma.gl/tree/7.2-release';
const RAW_GITHUB = 'https://raw.githubusercontent.com/uber/luma.gl/7.2-release';

export const EXAMPLE_PAGES = [
{
Expand Down

0 comments on commit 3324e6c

Please sign in to comment.