Skip to content

Commit

Permalink
rewrite master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke201 committed Apr 11, 2023
1 parent ed55033 commit 472f6ba
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ You can use debug applications under [debug](./debug/) for development.
# Contributing by Pull Request

We appreciate contributors in the community, that are willing to improve maprayJS.
Please create a pull request of your development branch to master branch.
Please create a pull request of your development branch to main branch.
Our maintainers will then review your changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[<p align="center"><img width="400" alt="Mapray" src="https://storage.googleapis.com/ino-sandbox.appspot.com/github/mainlogo.png"></p>](https://mapray.com/)
[![Build Status](https://travis-ci.org/sony/mapray-js.svg?branch=master)](https://travis-ci.org/sony/mapray-js)
[![Build Status](https://travis-ci.org/sony/mapray-js.svg?branch=main)](https://travis-ci.org/sony/mapray-js)

maprayJS is a JavaScript library for a high quality interactive 3D globes and digital twin on the web. It is based on WebGL.
[WebSite](https://mapray.com)
Expand Down
2 changes: 1 addition & 1 deletion packages/mapray/src/gltf/Sampler.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Sampler {
constructor( ctx, index )
{
// specification/2.0/schema/sampler.schema.json
// https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#samplers
// https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/README.md#samplers

var jsampler = (typeof index == 'number') ? ctx.gjson.samplers[index] : {};

Expand Down
2 changes: 1 addition & 1 deletion packages/mapray/src/gltf/Scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CommonData from "./CommonData";
*
* @memberof mapray.gltf
* @private
* @see https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/scene.schema.json
* @see https://github.com/KhronosGroup/glTF/blob/main/specification/2.0/schema/scene.schema.json
*/
class Scene {

Expand Down
2 changes: 1 addition & 1 deletion packages/mapray/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"out": "docs",
"theme": "default",
"hideGenerator": true,
"gitRevision": "master",
"gitRevision": "main",
"excludeInternal": true,
},
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"out": "docs",
"theme": "default",
"hideGenerator": true,
"gitRevision": "master",
"gitRevision": "main",
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 472f6ba

Please sign in to comment.