Skip to content

Commit

Permalink
change refs for hetalang github group
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jul 1, 2020
1 parent 8da37ef commit 6d6e7ad
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![Heta project](https://img.shields.io/badge/%CD%B1-Heta_project-blue)](https://hetalang.github.io/)
[![GitHub issues](https://img.shields.io/github/issues/insysbio/heta-compiler.svg)](https://GitHub.com/insysbio/heta-compiler/issues/)
[![Autotests](https://github.com/insysbio/heta-compiler/workflows/Autotests/badge.svg)](https://github.com/insysbio/heta-compiler/actions)
[![Coverage Status](https://coveralls.io/repos/github/insysbio/heta-compiler/badge.svg?branch=master)](https://coveralls.io/github/insysbio/heta-compiler?branch=master)
[![GitHub issues](https://img.shields.io/github/issues/hetalang/heta-compiler.svg)](https://GitHub.com/hetalang/heta-compiler/issues/)
[![Autotests](https://github.com/hetalang/heta-compiler/workflows/Autotests/badge.svg)](https://github.com/hetalang/heta-compiler/actions)
[![Coverage Status](https://coveralls.io/repos/github/hetalang/heta-compiler/badge.svg?branch=master)](https://coveralls.io/github/hetalang/heta-compiler?branch=master)
[![GitHub npm](https://img.shields.io/npm/v/heta-compiler/latest.svg)](https://www.npmjs.com/package/heta-compiler)
[![GitHub license](https://img.shields.io/github/license/insysbio/heta-compiler.svg)](https://github.com/insysbio/heta-compiler/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/github/license/hetalang/heta-compiler.svg)](https://github.com/hetalang/heta-compiler/blob/master/LICENSE)

# Heta compiler

Expand Down Expand Up @@ -71,7 +71,7 @@ The next steps should be taken using console (shell): **cmd**, **PowerShell**, *
```
The development version can be installed directly from GitHub
```bash
npm i -g git+https://github.com/insysbio/heta-compiler.git
npm i -g git+https://github.com/hetalang/heta-compiler.git
```

## Usage of command line interface
Expand Down Expand Up @@ -146,18 +146,18 @@ console.log(c.hetaErrors());
## Known issues and limitations
Some of Heta features are implemented partialy for different export formats. To see a list of supported features, go to [features support](export-formats#features-support) table.
The tool is under active development so there are a lot of features to implement. To help us prioritize them write an [issue](https://github.com/insysbio/likelihoodProfiler.jl/issues).
The tool is under active development so there are a lot of features to implement. To help us prioritize them write an [issue](https://github.com/hetalang/heta-compiler/issues).
## Getting help
- Read Heta documentation on <https://hetalang.github.io/>
- Use [Gitter Chatroom](https://gitter.im/hetalang/community?utm_source=readme).
- Use [Issue Tracker](https://github.com/insysbio/heta-compiler/issues)
- Use [Issue Tracker](https://github.com/hetalang/heta-compiler/issues)
## Contribute
- [Source Code](https://github.com/insysbio/heta-compiler)
- [Issue Tracker](https://github.com/insysbio/heta-compiler/issues)
- [Source Code](https://github.com/hetalang/heta-compiler)
- [Issue Tracker](https://github.com/hetalang/heta-compiler/issues)
- See also contributing in [Heta project](https://hetalang.github.io/#/CONTRIBUTING)
## License
Expand All @@ -172,6 +172,6 @@ The original author of the project is [Evgeny Metelkin](https://github.com/metel
- The next versions of **qs3p-js** used the updated format of platfrorm components and a new approach for storing them. A set of new exporting formats was supported. The current version supports Heta code including actions, modules, namespaces. It was used as the main infrastructure for the development of the large- and middle-scale QSP platforms developed in the framework of InSysBio services.
- Starting from 2020 the tool was renamed to **Heta compiler** and published as a Free Open Source project on [GitHub](https://GitHub.com/insysbio/heta-compiler) under Apache 2.0 license. Since then Heta compiler has been developed in the framework of [Heta project](https://hetalang.github.io/).
- Starting from 2020 the tool was renamed to **Heta compiler** and published as a Free Open Source project on [GitHub](https://GitHub.com/hetalang/heta-compiler) under Apache 2.0 license. Since then Heta compiler has been developed in the framework of [Heta project](https://hetalang.github.io/).
Copyright 2019-2020, InSysBio LLC
2 changes: 1 addition & 1 deletion bin/heta-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const pkg = require('../package');
// we use https://docs.npmjs.com/files/package.json

const defaultPlatform = {
'$schema': 'https://github.com/insysbio/heta-compiler#',
'$schema': 'https://github.com/hetalang/heta-compiler#',
id: 'template',
notes: 'platform notes',
version: 'v0.1.0',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/insysbio/heta-compiler.git"
"url": "https://github.com/hetalang/heta-compiler.git"
},
"bugs": {
"url": "https://github.com/insysbio/heta-compiler/issues",
"url": "https://github.com/hetalang/heta-compiler/issues",
"email": "[email protected]"
},
"author": "Evgeny Metelkin <[email protected]> (https://github.com/metelkin)",
Expand Down

0 comments on commit 6d6e7ad

Please sign in to comment.