Skip to content

Commit

Permalink
change from owncloud.github.com to owncloud.dev and fix dead urls
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Apr 8, 2021
1 parent cfcd19f commit bf714c8
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ We have the goal that code segments are unit tested. Please try to help us with
(aka almost impossible) as of today - in these areas refactoring WHILE fixing a bug is encouraged to enable unit testing.

[agreement]: https://owncloud.com/contribute/join-the-development/contributor-agreement/
[devmanual]: https://owncloud.github.io/clients/web/
[devmanual]: https://owncloud.dev/clients/web/

## Translations
Please submit translations via [Transifex][transifex].
Expand Down
2 changes: 1 addition & 1 deletion .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _extends: gh-labels
repository:
name: web
description: ':dragon_face: Next generation frontend for ownCloud X and Infinite Scale'
homepage: https://owncloud.github.io/clients/web/
homepage: https://owncloud.dev/clients/web/
has_wiki: false

labels:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ownCloud Web is a single page, standalone frontend based on modern web technolog

## Documentation

Please refer to the [documentation](https://owncloud.github.io/clients/web/getting-started/) for setting up, building and running Web.
Please refer to the [documentation](https://owncloud.dev/clients/web/getting-started/) for setting up, building and running Web.

4 changes: 2 additions & 2 deletions docs/backend-ocis.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ geekdocFilePath: backend-ocis.md

## Setting up OCIS services

- Setup OCIS by following the [setup instructions](https://owncloud.github.io/ocis/getting-started/).
- Setup OCIS by following the [setup instructions](https://owncloud.dev/ocis/getting-started/).
- Kill the oCIS Web service `./ocis kill web`

## Setting up Web
Expand All @@ -22,7 +22,7 @@ geekdocFilePath: backend-ocis.md

- in the Web checkout folder, run `yarn serve`
- open [https://localhost:9200](https://localhost:9200) and accept the certificate.
- when signing in, use one of the [available test users](https://owncloud.github.io/ocis/getting-started/#usage)
- when signing in, use one of the [available test users](https://owncloud.dev/ocis/getting-started/#usage)
- whenever code changes are made, you need to manually reload the browser page (no hot reload)

## Running acceptance tests
Expand Down
2 changes: 1 addition & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ When making changes to the docs, run `make docs` again and the server will pick

### Deploying the documentation

The documentation is automatically deployed from the master branch to https://owncloud.github.io/web/
The documentation is automatically deployed from the master branch to https://owncloud.dev/web/

2 changes: 1 addition & 1 deletion docs/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ This repository contains the assets and these must be released first before bein

#### Next steps

The next steps are usually to update the Web assets in the [ocis-web](https://github.com/owncloud/ocis-web) repository. Therefore we have prepared a [separate ocis-web release guide](https://owncloud.github.io/extensions/web/releasing/).
The next steps are usually to update the Web assets in the [ocis-web](https://github.com/owncloud/ocis-web) repository. Therefore we have prepared a [separate ocis-web release guide](https://owncloud.dev/extensions/web/releasing/).
4 changes: 2 additions & 2 deletions packages/web-app-files/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default {
context.commit('CURRENT_FILE_OUTGOING_SHARES_ERROR', null)
context.commit('CURRENT_FILE_OUTGOING_SHARES_LOADING', true)

// see https://owncloud.github.io/js-owncloud-client/Shares.html
// see https://owncloud.dev/owncloud-sdk/Shares.html
client.shares
.getShares(path, { reshares: true })
.then(data => {
Expand All @@ -190,7 +190,7 @@ export default {
context.commit('INCOMING_SHARES_ERROR', null)
context.commit('INCOMING_SHARES_LOADING', true)

// see https://owncloud.github.io/js-owncloud-client/Shares.html
// see https://owncloud.dev/owncloud-sdk/Shares.html
const client = payload.client
const path = payload.path
client.shares
Expand Down
4 changes: 2 additions & 2 deletions packages/web-integration-oc10/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This extension brings the modern ownCloud Web user interface to ownCloud Server.

ownCloud Web is a single page, standalone frontend based on modern web technologies. It brings new features as well as improved user flows and can be deployed independent of the backend server. As the successor to the classic ownCloud frontend, it is compatible with both the classic ownCloud Server and ownCloud Infinite Scale. When used with the classic ownCloud Server, ownCloud Web is made available to users via an additional item "New Design" in the application switcher. Similarly ownCloud Web comes with an item in the application switcher that allows users to switch back to the "Classic Design".

To get started, some further configuration is necessary. Find more information on the deployment with this extension in the [documentation](https://owncloud.github.io/clients/web/deployments/oc10-app).
To get started, some further configuration is necessary. Find more information on the deployment with this extension in the [documentation](https://owncloud.dev/clients/web/deployments/oc10-app).
For feedback and bug reports, please use the [public issue tracker](https://github.com/owncloud/web/issues).
</description>
<licence>AGPL</licence>
Expand All @@ -21,7 +21,7 @@ For feedback and bug reports, please use the [public issue tracker](https://gith
<bugs>https://github.com/owncloud/web/issues</bugs>
<repository type="git">https://github.com/owncloud/web.git</repository>
<documentation>
<admin>https://owncloud.github.io/clients/web/deployments/oc10-app</admin>
<admin>https://owncloud.dev/clients/web/deployments/oc10-app</admin>
</documentation>
<dependencies>
<owncloud min-version="10.7" max-version="10" />
Expand Down

0 comments on commit bf714c8

Please sign in to comment.