Procházet zdrojové kódy

update links to Mol* organization

JonStargaryen před 3 roky
rodič
revize
d3d533ee27
3 změnil soubory, kde provedl 9 přidání a 5 odebrání
  1. 4 0
      CHANGELOG.md
  2. 2 2
      README.md
  3. 3 3
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 [Semantic Versioning](https://semver.org/)
 
+## [2.0.7] - 2022-01-13
+### General
+- Update links to new Mol* organization
+
 ## [2.0.6] - 2022-01-10
 ### Breaking Internal Change
 - Remove `PLDDTConfidenceScore` in favor of impl from parent project

+ 2 - 2
README.md

@@ -1,12 +1,12 @@
 [![npm version](https://badge.fury.io/js/%40rcsb%2Frcsb-molstar.svg)](https://www.npmjs.com/package/@rcsb/rcsb-molstar)
-[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/rcsb/rcsb-molstar/blob/master/CHANGELOG.md)
+[![Changelog](https://img.shields.io/badge/changelog--lightgrey.svg?style=flat)](https://github.com/molstar/rcsb-molstar/blob/master/CHANGELOG.md)
 [![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](./LICENSE)
 
 RCSB PDB implementation of [Mol* (/'mol-star/)](https://github.com/molstar/molstar).
 Try it [here](https://rcsb.org/3d-view/).
 
 PDBe also maintains a flavor of Mol* called [PDBe Molstar](https://github.com/PDBeurope/pdbe-molstar).
-Documentation of the parent Mol* project can be found [here](https://molstar.org/docs/). See [index.html](https://github.com/rcsb/rcsb-molstar/blob/master/src/viewer/index.html) for examples.
+Documentation of the parent Mol* project can be found [here](https://molstar.org/docs/). See [index.html](https://github.com/molstar/rcsb-molstar/blob/master/src/viewer/index.html) for examples.
 
 When using Mol*, please cite:
 

+ 3 - 3
package.json

@@ -2,13 +2,13 @@
     "name": "@rcsb/rcsb-molstar",
     "version": "2.0.6",
     "description": "RCSB PDB apps and props based on Mol*.",
-    "homepage": "https://github.com/rcsb/rcsb-molstar#readme",
+    "homepage": "https://github.com/molstar/rcsb-molstar#readme",
     "repository": {
         "type": "git",
-        "url": "https://github.com/rcsb/rcsb-molstar.git"
+        "url": "https://github.com/molstar/rcsb-molstar.git"
     },
     "bugs": {
-        "url": "https://github.com/rcsb/rcsb-molstar/issues"
+        "url": "https://github.com/molstar/rcsb-molstar/issues"
     },
     "scripts": {
         "test": "npm run lint",