Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/AsuniCAD/BCF-XML int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
kike-garbo committed Nov 15, 2018
2 parents e61af08 + dc3335a commit 0c0e2ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Implementations/Rhino/BCF-XML/AboutCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static AboutCommand Instance

protected override Result RunCommand(RhinoDoc doc, RunMode mode)
{
using (System.Diagnostics.Process.Start("https://github.com/AsuniCAD/BCF-XML")) { }
using (System.Diagnostics.Process.Start("https://github.com/AsuniCAD/BCF-XML/tree/development/Implementations/Rhino")) { }

return Result.Success;
}
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ BCF-XML: File-Based Implementation of BIM Collaboration Format
Public repo for work on the file-based Building Collaboration Format standard BCF 2.0.
Read all about the technical documentation on https://github.com/BuildingSMART/BCF-XML/tree/master/Documentation

For information about API-based BCF communication, please refer to: https://github.com/BuildingSMART/BCF-API
For information about API-based BCF communication, please refer to: https://github.com/BuildingSMART/BCF-API

This repository contains a plugin implementation for:
- [Rhino](Implementations/Rhino)

0 comments on commit 0c0e2ab

Please sign in to comment.