### HTML

No changes.

### SCSS

The `_link.scss` file is now located at `src/components/link/_link.scss`. You will need to update any `@import` statements for this file to reflect this change.

**New**: 
```scss
@import 'path_to_node_modules/carbon-components/src/components/link/link';
```

**Old**: 
```scss
@import 'path_to_node_modules/@console/bluemix-components/src/components/link/link';
```

### JavaScript

No changes.
