Skip to content

Commit

Permalink
Updated to change to dede_en1b
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jan 30, 2022
1 parent 684eceb commit 185d607
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 56 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# dede_en_01b

[![CI for ASW2122](https://github.com/Arquisoft/dede_en_01b/actions/workflows/asw2122.yml/badge.svg)](https://github.com/Arquisoft/dede_en_01b/actions/workflows/asw2122.yml)
[![CI for ASW2122](https://github.com/Arquisoft/dede_en1b/actions/workflows/asw2122.yml/badge.svg)](https://github.com/Arquisoft/dede_en1b/actions/workflows/asw2122.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_dede_en_01b&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_dede_en_01b)
[![codecov](https://codecov.io/gh/Arquisoft/dede_en_01b/branch/master/graph/badge.svg?token=r1a8JeFXQN)](https://codecov.io/gh/Arquisoft/dede_en_01b)
[![codecov](https://codecov.io/gh/Arquisoft/dede_en_01b/branch/master/graph/badge.svg?token=r1a8JeFXQN)](https://codecov.io/gh/Arquisoft/dede_en1b)

<p float="left">
<img src="https://blog.wildix.com/wp-content/uploads/2020/06/react-logo.jpg" height="100">
Expand Down Expand Up @@ -46,6 +46,6 @@ You should be able to access the application in [http://localhost:3000](http://l

## More information
You can get more information about the respository in the other README files:
- Documentation: https://github.com/arquisoft/dede_en_01b/tree/master/docs
- Webapp: https://github.com/arquisoft/dede_en_01b/tree/master/webapp
- Restapi: https://github.com/arquisoft/dede_en_01b/tree/master/restapi
- Documentation: https://github.com/arquisoft/dede_en1b/tree/master/docs
- Webapp: https://github.com/arquisoft/dede_en1b/tree/master/webapp
- Restapi: https://github.com/arquisoft/dede_en1b/tree/master/restapi
48 changes: 0 additions & 48 deletions README_es.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//
// ====================================

= image:LogoASW.png[arc42] DeDe_en_01b
= image:LogoASW.png[arc42] DeDe_en1b
// toc-title definition MUST follow document title without blank line!
:toc: left
:toc-title: Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion restapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:16.13.1
LABEL org.opencontainers.image.source https://github.com/arquisoft/dede_en_01b
LABEL org.opencontainers.image.source https://github.com/arquisoft/dede_en1b
COPY . /app
WORKDIR /app
#Install the dependencies
Expand Down
2 changes: 1 addition & 1 deletion webapp/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:16.13.1
LABEL org.opencontainers.image.source https://github.com/pglez82/ASW2122_0
LABEL org.opencontainers.image.source https://github.com/arquisoft/dede_en1b
COPY . /app
WORKDIR /app
#Install the dependencies
Expand Down

0 comments on commit 185d607

Please sign in to comment.